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