public class ScriptRunnerException extends Exception
ScriptRunner if some code could
not be executed| Constructor and Description |
|---|
ScriptRunnerException()
Constructs a new exception
|
ScriptRunnerException(String message)
Constructs a new exception with a detail message
|
ScriptRunnerException(String message,
Throwable cause)
Constructs a new exception with a specified detail message and cause
|
ScriptRunnerException(Throwable cause)
Constructs a new exception with a specified cause
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ScriptRunnerException()
Exception.Exception()public ScriptRunnerException(String message)
message - the detail messageException.Exception(String)public ScriptRunnerException(Throwable cause)
cause - the causeException.Exception(Throwable)public ScriptRunnerException(String message, Throwable cause)
message - the detail messagecause - the causeException.Exception(String, Throwable)