org.apache.shiro.io
Class SerializationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.shiro.ShiroException
                  extended by org.apache.shiro.io.SerializationException
All Implemented Interfaces:
Serializable

public class SerializationException
extends ShiroException

Root exception for problems either serializing or de-serializing data.

Since:
Apr 23, 2008 8:58:22 AM
See Also:
Serialized Form

Constructor Summary
SerializationException()
          Creates a new SerializationException.
SerializationException(String message)
          Constructs a new SerializationException.
SerializationException(String message, Throwable cause)
          Constructs a new SerializationException.
SerializationException(Throwable cause)
          Constructs a new SerializationException.
 
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
 

Constructor Detail

SerializationException

public SerializationException()
Creates a new SerializationException.


SerializationException

public SerializationException(String message)
Constructs a new SerializationException.

Parameters:
message - the reason for the exception

SerializationException

public SerializationException(Throwable cause)
Constructs a new SerializationException.

Parameters:
cause - the underlying Throwable that caused this exception to be thrown.

SerializationException

public SerializationException(String message,
                              Throwable cause)
Constructs a new SerializationException.

Parameters:
message - the reason for the exception
cause - the underlying Throwable that caused this exception to be thrown.


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.