org.multiverse.api.exceptions
Class ConstructorCantRetryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.multiverse.api.exceptions.TooManyRetriesException
                  extended by org.multiverse.api.exceptions.ConstructorCantRetryException
All Implemented Interfaces:
java.io.Serializable

public class ConstructorCantRetryException
extends TooManyRetriesException

A TooManyRetriesException that is thrown when a constructor wants to retry but isn't able to do.

Author:
Peter Veentjer
See Also:
Serialized Form

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

ConstructorCantRetryException

public ConstructorCantRetryException()

ConstructorCantRetryException

public ConstructorCantRetryException(java.lang.Throwable cause)

ConstructorCantRetryException

public ConstructorCantRetryException(java.lang.String message)

ConstructorCantRetryException

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


Copyright © 2008-2010 Multiverse. All Rights Reserved.