Class EAuthException

    • Constructor Summary

      Constructors 
      Constructor Description
      EAuthException​(java.lang.String msgFormat)
      Constructs an authentication exception
      EAuthException​(java.lang.String msgFormat, java.lang.Exception exception)
      Constructs a auth exception with a exception parameter.
      EAuthException​(java.lang.String msgFormat, java.lang.Object[] params)
      Constructs a auth exception with a list of parameters.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.String getBundleName()
      Returns the resource bundle name
      • Methods inherited from class java.lang.Throwable

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

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

      • EAuthException

        public EAuthException​(java.lang.String msgFormat)
        Constructs an authentication exception

        Parameters:
        msgFormat - exception details
      • EAuthException

        public EAuthException​(java.lang.String msgFormat,
                              java.lang.Exception exception)
        Constructs a auth exception with a exception parameter.

        Parameters:
        msgFormat - exception details in message string format
        exception - system exception
      • EAuthException

        public EAuthException​(java.lang.String msgFormat,
                              java.lang.Object[] params)
        Constructs a auth exception with a list of parameters.

        Parameters:
        msgFormat - the message format.
        params - list of message format parameters
    • Method Detail

      • getBundleName

        protected java.lang.String getBundleName()
        Returns the resource bundle name
        Overrides:
        getBundleName in class EBaseException
        Returns:
        resource bundle name.