InitialisationException
should be thrown, causing the Mule instance to shutdown. If the error is recoverable, say by retrying to connect, a RecoverableException
should be thrown. There is no guarantee that by throwing a Recoverable exception that the Mule instance will not shut down.
@throws InitialisationException if a fatal error occurs causing the Mule instance to shutdown
@throws RecoverableException if an error occurs that can be recovered from
|
|
|
|
|
|