public class GridDeploymentException extends GridException
| Constructor and Description |
|---|
GridDeploymentException(String msg)
Creates new exception with given error message.
|
GridDeploymentException(String msg,
Throwable cause)
Creates a new exception with given error message and optional nested cause exception.
|
GridDeploymentException(Throwable cause)
Creates new exception with given throwable as a nested cause and
source of error message.
|
getCause, getMessage, getOriginalMessage, hasCause, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic GridDeploymentException(String msg)
msg - Error message.public GridDeploymentException(Throwable cause)
cause - Non-null throwable cause.Copyright © 2014. All rights reserved.