public class GridComputeUserUndeclaredException extends GridException
NullPointerException, OutOfMemoryError, etc.| Constructor and Description |
|---|
GridComputeUserUndeclaredException(String msg)
Creates user undeclared exception with given task execution ID and
error message.
|
GridComputeUserUndeclaredException(String msg,
Throwable cause)
Creates user undeclared exception with given task execution ID,
error message and optional nested exception.
|
GridComputeUserUndeclaredException(Throwable cause)
Creates new user undeclared exception given throwable as a cause and
source of error message.
|
getCause, getMessage, getOriginalMessage, hasCause, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic GridComputeUserUndeclaredException(String msg)
msg - Error message.public GridComputeUserUndeclaredException(Throwable cause)
cause - Non-null throwable cause.public GridComputeUserUndeclaredException(String msg, @Nullable Throwable cause)
msg - Error message.cause - Optional nested exception (can be null).Copyright © 2014. All rights reserved.