Class InvalidSessionException

    • Constructor Summary

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

      • Methods inherited from class java.lang.

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

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

      • InvalidSessionException

        public InvalidSessionException()
        Creates a new InvalidSessionException.
      • InvalidSessionException

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

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

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