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