public class CreateException extends LifecycleException
InitialisationException is thrown by the initialise method defined
in the org.mule.api.lifecycle.Initialisable interface.
IinitialisationExceptions are fatal and will cause the current Mule instance to
shutdown.| Constructor and Description |
|---|
CreateException(Message message,
Object component) |
CreateException(Message message,
Throwable cause,
Object component) |
CreateException(Throwable cause,
Object component) |
getComponentaddInfo, appendMessage, equals, getDetailedMessage, getExceptionCode, getI18nMessage, getInfo, getMessage, getMessageCode, hashCode, initialise, prependMessage, setExceptionCode, setMessage, setMessageaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CreateException(Message message, Object component)
message - the exception messageservice - the object that failed during a lifecycle method callpublic CreateException(Message message, Throwable cause, Object component)
message - the exception messagecause - the exception that cause this exception to be thrownservice - the object that failed during a lifecycle method callCopyright © 2003-2012 MuleSource, Inc.. All Rights Reserved.