org.multiverse.api.exceptions
Class TransactionCreateFailureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
org.multiverse.api.exceptions.TransactionCreateFailureException
- All Implemented Interfaces:
- java.io.Serializable
public class TransactionCreateFailureException
- extends java.lang.IllegalStateException
An IllegalStateException that is thrown when a TransactionFactoryBuilder failed
to start a transaction.
todo: better name
- 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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TransactionCreateFailureException
public TransactionCreateFailureException()
TransactionCreateFailureException
public TransactionCreateFailureException(java.lang.String message)
TransactionCreateFailureException
public TransactionCreateFailureException(java.lang.String message,
java.lang.Throwable cause)
TransactionCreateFailureException
public TransactionCreateFailureException(java.lang.Throwable cause)
Copyright © 2008-2010 Multiverse. All Rights Reserved.