org.multiverse.api.exceptions
Class StartFailureException

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.StartFailureException
All Implemented Interfaces:
java.io.Serializable

public class StartFailureException
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

Constructor Summary
StartFailureException()
           
StartFailureException(java.lang.String message)
           
StartFailureException(java.lang.String message, java.lang.Throwable cause)
           
StartFailureException(java.lang.Throwable 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

StartFailureException

public StartFailureException()

StartFailureException

public StartFailureException(java.lang.String message)

StartFailureException

public StartFailureException(java.lang.String message,
                             java.lang.Throwable cause)

StartFailureException

public StartFailureException(java.lang.Throwable cause)


Copyright © 2008-2010 Multiverse. All Rights Reserved.