|
||||||||||
| 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.util.NestedException
|
+--net.larsan.norna.UnavailableException
Exception thrown by servers and services on load and start calls to signal
an exception in the startup procedure.
net.larsan.norna.base.Service,
Serialized Form| Constructor Summary | |
UnavailableException()
Create exception |
|
UnavailableException(java.lang.String msg)
Create exception |
|
UnavailableException(java.lang.String msg,
java.lang.Throwable error)
Create exception |
|
UnavailableException(java.lang.Throwable th)
Create exception |
|
| Methods inherited from class net.larsan.norna.util.NestedException |
getMessage, getNestedException, getNestedMessage, printStackTrace, printStackTrace, printStackTrace |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public UnavailableException()
public UnavailableException(java.lang.String msg)
public UnavailableException(java.lang.Throwable th)
public UnavailableException(java.lang.String msg,
java.lang.Throwable error)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||