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