Tree PREV CLASS NEXT CLASS SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD com.ibm.portal.serialize
Class SerializationExceptionjava.lang.Objectjava.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
Constructor Summary protected SerializationException()
Default constructorprotected SerializationException(java.lang.Throwable cause)
Default constructor
Method Summary
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
Methods inherited from interface com.ibm.portal.Localized getDescription, getLocales, getTitle
Constructor Detail SerializationException
protected SerializationException(java.lang.Throwable cause)
- Default constructor
SerializationException
protected SerializationException()
- Default constructor
Tree PREV CLASS NEXT CLASS SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD