public class ServiceDisconnectedException extends RoutineException
| Constructor and Description |
|---|
ServiceDisconnectedException(ComponentName name)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ComponentName |
getName()
Gets the service component name.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ServiceDisconnectedException(@Nullable ComponentName name)
name - the service component name.public ComponentName getName()