Class UnknownSessionException

    • Constructor Detail

      • UnknownSessionException

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

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

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