org.apache.camel
Class AlreadyStoppedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.camel.CamelException
              extended by org.apache.camel.AlreadyStoppedException
All Implemented Interfaces:
Serializable

public class AlreadyStoppedException
extends CamelException

Exception thrown in situations when a Service has already been stopped.

Version:
See Also:
Serialized Form

Constructor Summary
AlreadyStoppedException()
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AlreadyStoppedException

public AlreadyStoppedException()


Apache CAMEL