public class ServiceStoppedException extends IllegalStateException
| Constructor and Description |
|---|
ServiceStoppedException()
Constructs a ServiceStoppedException with no detail message.
|
ServiceStoppedException(String s)
Constructs a ServiceStoppedException with the specified detail message.
|
ServiceStoppedException(String s, Throwable e)
Construct a ServiceStoppedException from a Throwable object and an additional description.
|
ServiceStoppedException(Throwable e)
Construct a ServiceStoppedException from a Throwable object.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ServiceStoppedException()
public ServiceStoppedException(String s)
s - the String that contains a detailed messagepublic ServiceStoppedException(Throwable e)
e - the Throwable object