Package com.arbortext.epic
Class AclException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.arbortext.epic.AclException
- All Implemented Interfaces:
Serializable
ACL operations may throw an
AclException as specified in
their method descriptions.- Since:
- Epic 3.0
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionshortstatic final shortThe exception is raised if a problem occurred while executing an ACL command or function.static final shortThe exception is raised if the ACL command invoked by theexecutemethod has syntax errors. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
code
public short code -
SYNTAX_ERR
public static final short SYNTAX_ERRThe exception is raised if the ACL command invoked by theexecutemethod has syntax errors.- See Also:
-
RUNTIME_ERR
public static final short RUNTIME_ERRThe exception is raised if a problem occurred while executing an ACL command or function.- See Also:
-
-
Constructor Details
-
AclException
-
-
Method Details
-
getCode
public short getCode()Indicates the nature of the exception.
-