|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception com.ibm.portal.serialize.SerializationException
public abstract class SerializationException
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.
Constructor Summary | |
---|---|
protected |
SerializationException()
Default constructor |
protected |
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 |
---|
protected SerializationException(java.lang.Throwable cause)
protected SerializationException()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |