Class AuthenticationException

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected AuthenticationException()
      Instantiates a new authentication exception.
        AuthenticationException​(java.lang.String userMessage, java.lang.String logMessage)
      Creates a new instance of AuthenticationException.
        AuthenticationException​(java.lang.String userMessage, java.lang.String logMessage, java.lang.Throwable cause)
      Instantiates a new authentication exception.
    • 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

        protected AuthenticationException()
        Instantiates a new authentication exception.
      • AuthenticationException

        public AuthenticationException​(java.lang.String userMessage,
                                       java.lang.String logMessage)
        Creates a new instance of AuthenticationException.
        Parameters:
        userMessage - the message displayed to the user
        logMessage - the message logged
      • AuthenticationException

        public AuthenticationException​(java.lang.String userMessage,
                                       java.lang.String logMessage,
                                       java.lang.Throwable cause)
        Instantiates a new authentication exception.
        Parameters:
        userMessage - the message displayed to the user
        logMessage - the message logged
        cause - the root cause