|
|
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |
com.ibm.portal.serialize
Class SerializationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.portal.serialize.SerializationException
- All Implemented Interfaces:
- Localized, java.io.Serializable
public abstract class SerializationException
- extends java.lang.Exception
- implements Localized
General superclass for exceptions that can be thrown by individual serializer or deserializer implementations.
Underlying backend exceptions (like java.io.IOException) can be wrapped in implementations to match this class.
- Since:
- 5.1
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SerializationException
protected SerializationException(java.lang.Throwable cause)
- Default constructor
SerializationException
protected SerializationException()
- Default constructor
|
|
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |