|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.ops4j.pax.exam.rbc.internal.NoSuchServiceException
public class NoSuchServiceException
Thrown when a particular sercice cannot be found.
Constructor Summary | |
---|---|
NoSuchServiceException(java.lang.Class<?> serviceType)
Constructor. |
Method Summary | |
---|---|
java.lang.Class<?> |
getServiceType()
Getter. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public NoSuchServiceException(java.lang.Class<?> serviceType)
serviceType
- class of the service that was not found (cannot be null)Method Detail |
---|
public java.lang.Class<?> getServiceType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |