Class LogonException

  • All Implemented Interfaces:
    Serializable

    public class LogonException
    extends TeiidSecurityException
    This exception is thrown when an attempt to log in to obtain a session has failed. Possible reasons include but are not limited to:

    • The limit on the number of sessions for the user has been reached, and a new session for the user could not be established;
    • An account for the user does not exist, has been frozen or has been removed; and
    • The credentials that were supplied did not authenticate the user.
    See Also:
    Serialized Form
    • Constructor Detail

      • LogonException

        public LogonException()
        No-Arg Constructor
      • LogonException

        public LogonException​(BundleUtil.Event event,
                              String message)
        Construct an instance with the message and error code specified.
        Parameters:
        message - A message describing the exception
        event - The error event code
      • LogonException

        public LogonException​(Throwable t)