|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.avalon.framework.CascadingException
org.apache.avalon.activation.ApplianceException
org.apache.avalon.activation.TransientApplianceException
Exception to indicate that there was a transient exception.
Constructor Summary | |
TransientApplianceException(long delay)
Construct a new TransientApplianceException instance. |
|
TransientApplianceException(String message,
long delay)
Construct a new TransientApplianceException instance. |
|
TransientApplianceException(String message,
Throwable cause,
long delay)
Construct a new TransientApplianceException instance. |
Method Summary | |
long |
getDelay()
Return the projected delay. |
Methods inherited from class org.apache.avalon.framework.CascadingException |
getCause |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, 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 |
public TransientApplianceException(long delay)
TransientApplianceException
instance.
delay
- the expected dalaypublic TransientApplianceException(String message, long delay)
TransientApplianceException
instance.
message
- the exception messagedelay
- the expected dalaypublic TransientApplianceException(String message, Throwable cause, long delay)
TransientApplianceException
instance.
message
- the exception messagecause
- the root cause of the exceptiondelay
- the projected delayMethod Detail |
public long getDelay()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |