public class FailedSynchronizationException extends CacheRuntimeException
UserTransaction
(aka JTA transaction), most likely the
cause of the UserTransaction
's
javax.transaction.Status#STATUS_MARKED_ROLLBACK
status.Constructor and Description |
---|
FailedSynchronizationException(String msg)
Constructs an instance of
FailedSynchronizationException with the
specified detail message. |
FailedSynchronizationException(String msg,
Throwable cause)
Constructs an instance of
FailedSynchronizationException with the
specified detail message and cause. |
toString
getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public FailedSynchronizationException(String msg)
FailedSynchronizationException
with the
specified detail message.msg
- the detail messageCopyright © 1997-2017 Pivotal Software, Inc. All rights reserved.