|
||||||||||
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.mule.api.MuleException
org.mule.api.lifecycle.LifecycleException
org.mule.api.lifecycle.InitialisationException
org.mule.api.lifecycle.RecoverableException
public class RecoverableException
RecoverableException
can be thrown during initialisation to
indicate that the error occurred is not fatal and a reactive action can be
performed to try and remedy the error. The most common example would be a
Connector failing to connect due to a JVM_BIND exception.
Constructor Summary | |
---|---|
RecoverableException(Message message,
Initialisable object)
|
|
RecoverableException(Message message,
Initialisable object,
java.lang.Throwable cause)
|
Method Summary |
---|
Methods inherited from class org.mule.api.lifecycle.LifecycleException |
---|
getComponent |
Methods inherited from class org.mule.api.MuleException |
---|
addInfo, appendMessage, equals, getDetailedMessage, getExceptionCode, getI18nMessage, getInfo, getMessage, getMessageCode, getSummaryMessage, getVerboseMessage, hashCode, initialise, prependMessage, setExceptionCode, setMessage, setMessage |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RecoverableException(Message message, Initialisable object)
message
- the exception messagepublic RecoverableException(Message message, Initialisable object, java.lang.Throwable cause)
message
- the exception messagecause
- the exception that cause this exception to be thrown
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |