Class EAuthzException

    • Constructor Summary

      Constructors 
      Constructor Description
      EAuthzException​(java.lang.String msgFormat)
      Constructs a authz exception
      EAuthzException​(java.lang.String msgFormat, java.lang.Exception param)
      Constructs a authz exception with a exception parameter.
      EAuthzException​(java.lang.String msgFormat, java.lang.Object[] params)
      Constructs a authz 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

      • EAuthzException

        public EAuthzException​(java.lang.String msgFormat)
        Constructs a authz exception

        Parameters:
        msgFormat - exception details
      • EAuthzException

        public EAuthzException​(java.lang.String msgFormat,
                               java.lang.Exception param)
        Constructs a authz exception with a exception parameter.

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

        public EAuthzException​(java.lang.String msgFormat,
                               java.lang.Object[] params)
        Constructs a authz 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