|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.groovemanager.exception.InitException
This Exception should be thrown, if any kind of initialization fails.
| Constructor Summary | |
|---|---|
InitException()
Create a new InitException |
|
InitException(java.lang.String message)
Create a new InitException |
|
InitException(java.lang.String message,
java.lang.Throwable cause)
Create a new InitException |
|
InitException(java.lang.Throwable cause)
Create a new InitException |
|
| Method Summary |
|---|
| 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 InitException()
public InitException(java.lang.String message)
message - The message describing the cause
public InitException(java.lang.String message,
java.lang.Throwable cause)
message - The message describing the causecause - The Throwable that caused this Exception to be thrownpublic InitException(java.lang.Throwable cause)
cause - The Throwable that caused this Exception to be thrown
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||