public class ComputeUserUndeclaredException extends IgniteException
NullPointerException
, OutOfMemoryError
, etc.Constructor and Description |
---|
ComputeUserUndeclaredException(String msg)
Creates user undeclared exception with given task execution ID and
error message.
|
ComputeUserUndeclaredException(String msg,
@Nullable Throwable cause)
Creates user undeclared exception with given task execution ID,
error message and optional nested exception.
|
ComputeUserUndeclaredException(Throwable cause)
Creates new user undeclared exception given throwable as a cause and
source of error message.
|
getCause, hasCause, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public ComputeUserUndeclaredException(String msg)
msg
- Error message.public ComputeUserUndeclaredException(Throwable cause)
cause
- Non-null throwable cause.public ComputeUserUndeclaredException(String msg, @Nullable @Nullable Throwable cause)
msg
- Error message.cause
- Optional nested exception (can be null
).
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2 Release Date : February 6 2019