public class IgniteDeploymentException extends IgniteException
Constructor and Description |
---|
IgniteDeploymentException(String msg)
Creates new exception with given error message.
|
IgniteDeploymentException(String msg,
@Nullable Throwable cause)
Creates a new exception with given error message and optional nested cause exception.
|
IgniteDeploymentException(Throwable cause)
Creates new exception with given throwable as a nested cause and
source of error message.
|
getCause, hasCause, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public IgniteDeploymentException(String msg)
msg
- Error message.public IgniteDeploymentException(Throwable cause)
cause
- Non-null throwable cause.
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024