org.multiverse.api.exceptions
Class TxnMandatoryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.multiverse.api.exceptions.TxnExecutionException
                  extended by org.multiverse.api.exceptions.PropagationException
                      extended by org.multiverse.api.exceptions.TxnMandatoryException
All Implemented Interfaces:
Serializable

public class TxnMandatoryException
extends PropagationException

A PropagationException thrown when no Txn is available while it is mandatory. A typical cause of this exception is that the PropagationLevel.Mandatory is used.

Author:
Peter Veentjer
See Also:
TxnFactoryBuilder.setPropagationLevel(org.multiverse.api.PropagationLevel), Serialized Form

Constructor Summary
TxnMandatoryException()
          Creates a new TxnMandatoryException.
TxnMandatoryException(Class clazz, String method)
          Creates a new TxnMandatoryException
TxnMandatoryException(String message)
          Creates a new TxnMandatoryException with the provided message.
TxnMandatoryException(String message, Throwable cause)
          Creates a new TxnMandatoryException with the provided message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TxnMandatoryException

public TxnMandatoryException()
Creates a new TxnMandatoryException.


TxnMandatoryException

public TxnMandatoryException(String message)
Creates a new TxnMandatoryException with the provided message.

Parameters:
message - the message of the exception.

TxnMandatoryException

public TxnMandatoryException(Class clazz,
                             String method)
Creates a new TxnMandatoryException

Parameters:
clazz - the class of the method where the transaction was required
method - the name of the method where the transaction was required.

TxnMandatoryException

public TxnMandatoryException(String message,
                             Throwable cause)
Creates a new TxnMandatoryException with the provided message.

Parameters:
message - the message of the exception.
cause - the cause of the exception.


Copyright © 2012. All Rights Reserved.