Class 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 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.