Sha256: 736b081424e4e33b2fedc4d826681f8eb04047c29d24dbb2ae5f714170988679
Contents?: true
Size: 551 Bytes
Versions: 119
Compression:
Stored size: 551 Bytes
Contents
/* * Javolution - Java(TM) Solution for Real-Time and Embedded Systems * Copyright (C) 2005 - Javolution (http://javolution.org/) * All rights reserved. * * Permission to use, copy, modify, and distribute this software is * freely granted, provided that this notice is preserved. */ package j2me.io; public class InvalidClassException extends ObjectStreamException { public InvalidClassException(String reason) { super(reason); } public InvalidClassException(String cname, String reason) { super(reason); } }
Version data entries
119 entries across 119 versions & 1 rubygems