org.multiverse.api.exceptions
Class NoTransactionFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
org.multiverse.api.exceptions.NoTransactionFoundException
- All Implemented Interfaces:
- Serializable
public class NoTransactionFoundException
- extends IllegalStateException
An IllegalStateException that can be thrown when no transaction but if it was expected.
- Author:
- Peter Veentjer
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NoTransactionFoundException
public NoTransactionFoundException()
NoTransactionFoundException
public NoTransactionFoundException(Throwable cause)
NoTransactionFoundException
public NoTransactionFoundException(String message,
Throwable cause)
NoTransactionFoundException
public NoTransactionFoundException(String s)
Copyright © 2008-2010 Multiverse. All Rights Reserved.