com.sentilla.io
Class ObjectStreamNotSerializableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sentilla.io.IORuntimeException
com.sentilla.io.ObjectStreamRuntimeException
com.sentilla.io.ObjectStreamNotSerializableException
- All Implemented Interfaces:
- Serializable
public class ObjectStreamNotSerializableException
- extends ObjectStreamRuntimeException
Signals that an Object cannot be serialized. This is usually due to an
object that does not implement the Serializable
interface.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ObjectStreamNotSerializableException
public ObjectStreamNotSerializableException()
Copyright © 2007 Sentilla Corporation. All Rights Reserved.