|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--net.larsan.norna.NoSuchServiceException
A service could not be found. Invalid id.
| Constructor Summary | |
NoSuchServiceException(java.lang.String msg,
java.lang.String id)
Create exception with a message and a the id that could not be found. |
|
| Method Summary | |
java.lang.String |
getServiceId()
Get the service id that could not be found. |
| 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.String msg,
java.lang.String id)
msg - Error message, must not be nullid - Service id that could not be located, must not be null| Method Detail |
public java.lang.String getServiceId()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||