public abstract class ScriptException extends DataAccessException
| Constructor and Description |
|---|
ScriptException(String message)
Constructor for
ScriptException. |
ScriptException(String message,
Throwable cause)
Constructor for
ScriptException. |
contains, getMessage, getMostSpecificCause, getRootCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ScriptException(String message)
ScriptException.message - the detail message.public ScriptException(String message, @Nullable Throwable cause)
ScriptException.message - the detail message.cause - the root cause.Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.