public class GridInternalException extends GridException
| Constructor and Description |
|---|
GridInternalException(String msg)
Creates new internal exception with given error message.
|
GridInternalException(String msg,
Throwable cause)
Creates new internal exception with given error message and
optional nested exception.
|
GridInternalException(Throwable cause)
Creates new internal 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 GridInternalException(String msg)
msg - Error message.public GridInternalException(Throwable cause)
cause - Non-null throwable cause.Copyright © 2014. All rights reserved.