public class JavaExecuteScriptException extends VitamException
| Constructor and Description |
|---|
JavaExecuteScriptException(String message)
constructor with message
|
JavaExecuteScriptException(String message,
Throwable cause)
constructor with message and throwable
|
JavaExecuteScriptException(Throwable cause)
constructor with throwable
|
getVitamError, setVitamErroraddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic JavaExecuteScriptException(String message)
message - message to associate with the exceptionpublic JavaExecuteScriptException(Throwable cause)
cause - cause to associate with the exceptionCopyright © 2018 Vitam. All rights reserved.