|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.owasp.esapi.errors.EnterpriseSecurityException
org.owasp.esapi.errors.ExecutorException
An ExecutorException should be thrown for any problems that arise during the execution of a system executable.
| Constructor Summary | |
ExecutorException(java.lang.String userMessage,
java.lang.String logMessage)
Creates a new instance of ExecutorException. |
|
ExecutorException(java.lang.String userMessage,
java.lang.String logMessage,
java.lang.Throwable cause)
Instantiates a new ExecutorException. |
|
| Methods inherited from class org.owasp.esapi.errors.EnterpriseSecurityException |
getLogMessage, getUserMessage |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ExecutorException(java.lang.String userMessage,
java.lang.String logMessage)
public ExecutorException(java.lang.String userMessage,
java.lang.String logMessage,
java.lang.Throwable cause)
cause - the cause
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||