Overview  Package   Class  Tree  Serialized  Deprecated  Index  Help 

com.ibm.portal.serialize
Class SerializationException

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

Field Summary
static java.lang.String COPYRIGHT
           
 

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

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
java.util.Locale)">getDescription, getLocales, getTitle
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values

Constructor Detail

SerializationException

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


SerializationException

protected SerializationException()
Default constructor


Overview  Package   Class  Tree  Serialized  Deprecated  Index  Help 

 

WebSphere is a trademark of the IBM Corporation in the United States, other countries, or both.

 

IBM is a trademark of the IBM Corporation in the United States, other countries, or both.