org.multiverse.api.exceptions
Class NoTransactionAllowedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalStateException
                  extended by org.multiverse.api.exceptions.PropagationException
                      extended by org.multiverse.api.exceptions.NoTransactionAllowedException
All Implemented Interfaces:
java.io.Serializable

public class NoTransactionAllowedException
extends PropagationException

See Also:
Serialized Form

Constructor Summary
NoTransactionAllowedException()
           
NoTransactionAllowedException(java.lang.String s)
           
NoTransactionAllowedException(java.lang.String message, java.lang.Throwable cause)
           
NoTransactionAllowedException(java.lang.Throwable cause)
           
 
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

NoTransactionAllowedException

public NoTransactionAllowedException()

NoTransactionAllowedException

public NoTransactionAllowedException(java.lang.String s)

NoTransactionAllowedException

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

NoTransactionAllowedException

public NoTransactionAllowedException(java.lang.Throwable cause)


Copyright © 2008-2010 Multiverse. All Rights Reserved.