public class NoSuchServiceException extends Exception
| Constructor and Description |
|---|
NoSuchServiceException(Class<?> serviceType)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getServiceType()
Getter.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NoSuchServiceException(Class<?> serviceType)
serviceType - class of the service that was not found (cannot be null)public Class<?> getServiceType()
Copyright © 2006–2016 OPS4J - Open Participation Software for Java. All rights reserved.