Class StoppedSessionException

    • Constructor Detail

      • StoppedSessionException

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

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

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