Class EAuthzException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
EAuthzAccessDenied, EAuthzInternalError, EAuthzMgrNotFound, EAuthzMgrPluginNotFound, EAuthzUnknownOperation, EAuthzUnknownProtectedRes, EAuthzUnknownRealm

public class EAuthzException extends EBaseException
This class represents authorization exceptions.

Version:
$Revision$, $Date$
See Also:
  • Constructor Details

    • EAuthzException

      public EAuthzException(String msgFormat)
      Constructs a authz exception

      Parameters:
      msgFormat - exception details
    • EAuthzException

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

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

      public EAuthzException(String msgFormat, Object[] params)
      Constructs a authz exception with a list of parameters.

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