org.fusesource.hawtdispatch
Class ShutdownException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
org.fusesource.hawtdispatch.ShutdownException
- All Implemented Interfaces:
- Serializable
public class ShutdownException
- extends IllegalStateException
This exception is thrown when you attempt to use a dispatch object
after the dispatch system has been shutdown in OSGi.
- Author:
- Hiram Chirino
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ShutdownException
public ShutdownException()
ShutdownException
public ShutdownException(Throwable cause)
ShutdownException
public ShutdownException(String message,
Throwable cause)
ShutdownException
public ShutdownException(String s)
Copyright © 2010-2014 FuseSource, Corp.. All Rights Reserved.