org.csapi.jr.se.policy
Class NoTransactionInProcessException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.csapi.jr.se.policy.PolicyException
                    |
                    +--org.csapi.jr.se.policy.NoTransactionInProcessException
All Implemented Interfaces:
java.io.Serializable

public class NoTransactionInProcessException
extends PolicyException

Thrown if there is currently no transaction in process.

See Also:
Serialized Form

Constructor Summary
NoTransactionInProcessException()
           
NoTransactionInProcessException(java.lang.String message)
           
NoTransactionInProcessException(java.lang.String message, java.lang.Throwable cause)
           
NoTransactionInProcessException(java.lang.Throwable cause)
           
 
Method Summary
 java.lang.Throwable getCause()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoTransactionInProcessException

public NoTransactionInProcessException()

NoTransactionInProcessException

public NoTransactionInProcessException(java.lang.String message)

NoTransactionInProcessException

public NoTransactionInProcessException(java.lang.String message,
                                       java.lang.Throwable cause)

NoTransactionInProcessException

public NoTransactionInProcessException(java.lang.Throwable cause)
Method Detail

getCause

public java.lang.Throwable getCause()
Overrides:
getCause in class PolicyException