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.
Constructor and Description |
---|
ShutdownException() |
ShutdownException(String s) |
ShutdownException(String message,
Throwable cause) |
ShutdownException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ShutdownException()
public ShutdownException(Throwable cause)
public ShutdownException(String message, Throwable cause)
public ShutdownException(String s)
Copyright © 2010–2017 FuseSource, Corp.. All rights reserved.