Class AclException

All Implemented Interfaces:
Serializable

public class AclException extends RuntimeException
ACL operations may throw an AclException as specified in their method descriptions.
Since:
Epic 3.0
See Also:
  • Field Details

    • code

      public short code
    • SYNTAX_ERR

      public static final short SYNTAX_ERR
      The exception is raised if the ACL command invoked by the execute method has syntax errors.
      See Also:
    • RUNTIME_ERR

      public static final short RUNTIME_ERR
      The exception is raised if a problem occurred while executing an ACL command or function.
      See Also:
  • Constructor Details

    • AclException

      public AclException(short code, String message)
  • Method Details

    • getCode

      public short getCode()
      Indicates the nature of the exception.