org.multiverse.api.exceptions
Class StartFailureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
org.multiverse.api.exceptions.StartFailureException
- All Implemented Interfaces:
- Serializable
public class StartFailureException
- extends 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 |
StartFailureException
public StartFailureException()
StartFailureException
public StartFailureException(String message)
StartFailureException
public StartFailureException(String message,
Throwable cause)
StartFailureException
public StartFailureException(Throwable cause)
Copyright © 2008-2010 Multiverse. All Rights Reserved.