Class SessionStorageException

  • All Implemented Interfaces:
    Serializable

    public class SessionStorageException
    extends Exception
    An exception thrown when an error occurs while reading persistent authentication session data from storage or while writing data to storage.
    Since:
    10.3
    See Also:
    Serialized Form
    • Constructor Detail

      • SessionStorageException

        public SessionStorageException​(String message)
        Create a SessionStorageException with the specified message.
        Parameters:
        message - The message for the exception.
      • SessionStorageException

        public SessionStorageException​(Throwable cause)
        Create a SessionStorageException with the specified cause.
        Parameters:
        cause - The cause of the exception.
      • SessionStorageException

        public SessionStorageException​(String message,
                                       Throwable cause)
        Create a SessionStorageException with the specified message and cause.
        Parameters:
        message - The message for the exception.
        cause - The cause of the exception.