Class LogonException

    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • LogonException

        public LogonException​(java.lang.String msg,
                              MessageList msgList)
        Constructor.
        Parameters:
        msg - Message for the Exception
        msgList - List of the messages added to the exception
      • LogonException

        public LogonException​(java.lang.String msg,
                              Message message)
        Constructor.
        Parameters:
        msg - Message for the Exception
        message - message added to the exception
      • LogonException

        public LogonException​(java.lang.String msg)
        Constructor.
        Parameters:
        msg - Message for the Exception
      • LogonException

        public LogonException()
        Constructor.
      • LogonException

        public LogonException​(java.lang.String msg,
                              Message message,
                              java.lang.Throwable rootCause)
        Standard constructor for LogonException using a simple message text.
        Parameters:
        msg - message text.
        message - Message object.
        rootCause - exception which causes the exception