Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47890-01


com.tangosol.coherence.transaction.exception
Class RollbackException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.tangosol.coherence.transaction.exception.RollbackException

All Implemented Interfaces:
java.io.Serializable

public class RollbackException
extends java.lang.RuntimeException

Indicates that the transaction was rolled back.

Author:
js 2009.05.01

Constructor Summary
RollbackException()
          Default constructor
RollbackException(java.lang.String s)
          Construct a RollbackException with a msg.
RollbackException(java.lang.Throwable t)
          Construct a RollbackException from a throwable.

 

Method Summary

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

 

Constructor Detail

RollbackException

public RollbackException()
Default constructor

RollbackException

public RollbackException(java.lang.Throwable t)
Construct a RollbackException from a throwable.
Parameters:
t - the throwable that caused the rollback to occur

RollbackException

public RollbackException(java.lang.String s)
Construct a RollbackException with a msg.
Parameters:
s - the exception msg

Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47890-01


Copyright © 2000, 2014, Oracle and/or its affiliates. All rights reserved.