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