|
|||||||||||
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.umo.UMOException
org.mule.umo.lifecycle.LifecycleException
org.mule.umo.lifecycle.InitialisationException
org.mule.impl.AlreadyInitialisedException
AlreadyInitialisedException
is thrown when a component or connector has
already been initialised
Constructor Summary | |
AlreadyInitialisedException(java.lang.String name,
java.lang.Object object)
|
Methods inherited from class org.mule.umo.lifecycle.LifecycleException |
getComponent |
Methods inherited from class org.mule.umo.UMOException |
addInfo, appendMessage, equals, getDetailedMessage, getExceptionCode, getInfo, getMessage, getMessageCode, 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 AlreadyInitialisedException(java.lang.String name, java.lang.Object object)
object
- the object that has been initialised can cannot be initialised again
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |