Class EAuthzAccessDenied

  • All Implemented Interfaces:
    java.io.Serializable

    public class EAuthzAccessDenied
    extends EAuthzException
    Exception for authorization failure
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      EAuthzAccessDenied​(java.lang.String errorString)
      Constructs a exception for access denied by Authz manager
    • Method Summary

      • 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

      • EAuthzAccessDenied

        public EAuthzAccessDenied​(java.lang.String errorString)
        Constructs a exception for access denied by Authz manager
        Parameters:
        errorString - Detailed error message.