Class SessionException

  • All Implemented Interfaces:
    Direct Known Subclasses:
    DisabledSessionException, InvalidSessionException

    public class SessionException
    extends org.apache.shiro.ShiroException
    General security exception attributed to problems during interaction with the system during a session.
    Since:
    0.1
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      SessionException()
      Creates a new SessionException.
       message)
      Constructs a new SessionException.
       message,  cause)
      Constructs a new SessionException.
       cause)
      Constructs a new SessionException.
    • Method Summary

      • Methods inherited from class java.lang.

        , , , , , , , , , , , ,
      • Methods inherited from class java.lang.

        , , , , , , , , ,
    • Constructor Detail

      • SessionException

        public SessionException()
        Creates a new SessionException.
      • SessionException

        public SessionException​( message)
        Constructs a new SessionException.
        Parameters:
        message - the reason for the exception
      • SessionException

        public SessionException​( cause)
        Constructs a new SessionException.
        Parameters:
        cause - the underlying Throwable that caused this exception to be thrown.
      • SessionException

        public SessionException​( message,
                                 cause)
        Constructs a new SessionException.
        Parameters:
        message - the reason for the exception
        cause - the underlying Throwable that caused this exception to be thrown.