public class ShutdownException
extends java.lang.IllegalStateException
This exception is thrown when you attempt to use a dispatch object after the dispatch system has been shutdown in OSGi.
| Constructor and Description |
|---|
ShutdownException() |
ShutdownException(java.lang.String s) |
ShutdownException(java.lang.String message,
java.lang.Throwable cause) |
ShutdownException(java.lang.Throwable cause) |