Class BackendLogonException

All Implemented Interfaces:
MessageListHolder, Serializable

public class BackendLogonException extends BackendCommunicationException
Failure caused during logon into back end system.
See Also:
  • Constructor Details

    • BackendLogonException

      public BackendLogonException(String msg)
      Creates a new exception with a given message.
      Parameters:
      msg - Message to give further information about the exception
    • BackendLogonException

      public BackendLogonException(String msg, Throwable ex)
      Constructor.
      Parameters:
      msg - Message for the Exception
      ex - root cause