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