org.multiverse.api.exceptions
Class IllegalTxnFactoryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
org.multiverse.api.exceptions.IllegalTxnFactoryException
- All Implemented Interfaces:
- Serializable
public class IllegalTxnFactoryException
- extends IllegalStateException
An IllegalStateException thrown when a TxnFactory can't be created because
the TxnConfig is not correct.
- 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 |
IllegalTxnFactoryException
public IllegalTxnFactoryException(String message)
- Creates a new IllegalTxnFactoryException.
- Parameters:
message - the message of the IllegalTxnFactoryException.
IllegalTxnFactoryException
public IllegalTxnFactoryException(String message,
Throwable cause)
- Creates a new IllegalTxnFactoryException with the provided message and cause.
- Parameters:
message - the message of the IllegalTxnFactoryException.cause - the cause of the IllegalTxnFactoryException
Copyright © 2012. All Rights Reserved.