ScriptException
instead.@Deprecated public abstract class ScriptException extends DataAccessException
Constructor and Description |
---|
ScriptException(String message)
Deprecated.
Creates a new
ScriptException . |
ScriptException(String message,
Throwable cause)
Deprecated.
Creates a new
ScriptException . |
contains, getMessage, getMostSpecificCause, getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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 © 2018–2022 Pivotal Software, Inc.. All rights reserved.