Sha256: 2d80f3b3e518d815c87a2ada953fd3271b42627ff9306298b56f1eb3a94476ba
Contents?: true
Size: 532 Bytes
Versions: 119
Compression:
Stored size: 532 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 NotSerializableException extends ObjectStreamException { public NotSerializableException(String classname) { super(classname); } public NotSerializableException() { super(); } }
Version data entries
119 entries across 119 versions & 1 rubygems