org.mule.lifecycle
Class AlreadyInitialisedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.mule.api.MuleException
              extended by org.mule.api.lifecycle.LifecycleException
                  extended by org.mule.api.lifecycle.InitialisationException
                      extended by org.mule.lifecycle.AlreadyInitialisedException
All Implemented Interfaces:
Serializable

public class AlreadyInitialisedException
extends InitialisationException

AlreadyInitialisedException is thrown when a service or connector has already been initialised.

See Also:
Serialized Form

Constructor Summary
AlreadyInitialisedException(String name, Initialisable object)
           
 
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, 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

AlreadyInitialisedException

public AlreadyInitialisedException(String name,
                                   Initialisable object)
Parameters:
object - the object that has been initialised and cannot be initialised again


Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.