com.ibm.wsspi.rrd.exception

Class SerializationException

  • All Implemented Interfaces:
    java.io.Serializable


    public class SerializationException
    extends RRDException
    The SerializationException class defines an exception that can occur when serializing or deserializing an RRD message.
    Since:
    WAS6.1
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      SerializationException()
      Constructs a new SerializationException
      SerializationException(java.lang.String message)
      Constructs a new SerializationException with the specified message
      SerializationException(java.lang.String message, java.lang.Throwable cause)
      Constructs a new SerializationException with the specified message and root cause.
      SerializationException(java.lang.Throwable cause)
      Constructs a new SerializationException with the specified root cause.
    • Method Summary

      • Methods inherited from class javax.servlet.ServletException

        getRootCause
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SerializationException

        public SerializationException()
        Constructs a new SerializationException
      • SerializationException

        public SerializationException(java.lang.String message)
        Constructs a new SerializationException with the specified message
        Parameters:
        message - Message of exception
      • SerializationException

        public SerializationException(java.lang.String message,
                              java.lang.Throwable cause)
        Constructs a new SerializationException with the specified message and root cause.
        Parameters:
        message - Message of exception
        cause - Exception that caused this exception to be raised
      • SerializationException

        public SerializationException(java.lang.Throwable cause)
        Constructs a new SerializationException with the specified root cause.
        Parameters:
        cause - Exception that caused this exception to be raised
IBM WebSphere Application ServerTM
Release 9.0