+

Search Tips   |   Advanced Search

 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

com.ibm.portal.serialize
Class SerializationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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 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

SerializationException

protected SerializationException(java.lang.Throwable cause)
Default constructor

SerializationException

protected SerializationException()
Default constructor

 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD