org.multiverse.api.exceptions
Class IllegalTxnFactoryException

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.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

Constructor Summary
IllegalTxnFactoryException(String message)
          Creates a new IllegalTxnFactoryException.
IllegalTxnFactoryException(String message, Throwable cause)
          Creates a new IllegalTxnFactoryException with the provided message and 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

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.