Class AuthenticationException

  • All Implemented Interfaces:
    java.io.Serializable

    public class AuthenticationException
    extends java.lang.Exception
    This Exception will be thrown, if the pool factory has problems to create a SaClassicConnector instance and can't log in.
    Author:
    Daniel Manzke
    See Also:
    Serialized Form
    • 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

      • AuthenticationException

        public AuthenticationException()
        Default constructor.
      • AuthenticationException

        public AuthenticationException​(java.lang.String message)
        Constructor.
        Parameters:
        message - The exception message.
      • AuthenticationException

        public AuthenticationException​(java.lang.Throwable cause)
        Constructor.
        Parameters:
        cause - The exception cause.
      • AuthenticationException

        public AuthenticationException​(java.lang.String message,
                                       java.lang.Throwable cause)
        Constructor.
        Parameters:
        message - The exception message.
        cause - The exception cause.