org.multiverse.api.exceptions
Class ConstructorCantRetryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.multiverse.api.exceptions.TooManyRetriesException
org.multiverse.api.exceptions.ConstructorCantRetryException
- All Implemented Interfaces:
- 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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ConstructorCantRetryException
public ConstructorCantRetryException()
ConstructorCantRetryException
public ConstructorCantRetryException(Throwable cause)
ConstructorCantRetryException
public ConstructorCantRetryException(String message)
ConstructorCantRetryException
public ConstructorCantRetryException(String message,
Throwable cause)
Copyright © 2008-2010 Multiverse. All Rights Reserved.