|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jaffa.exceptions.CustomRuntimeException
org.jaffa.persistence.engines.jdbcengine.configservice.exceptions.InitFileNotFoundRuntimeException
This exception is thrown if the init file for the ConfigurationService is not found in the classpath.
| Constructor Summary | |
InitFileNotFoundRuntimeException()
Constructs a new exception. |
|
InitFileNotFoundRuntimeException(String msg)
Constructs a new exception specifying an error message. |
|
InitFileNotFoundRuntimeException(String msg,
Throwable sourceException)
Constructs a new exception specifying an error message and a source exception. |
|
| 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 InitFileNotFoundRuntimeException()
public InitFileNotFoundRuntimeException(String msg)
msg - This message is for internal diagnostics.
public InitFileNotFoundRuntimeException(String msg,
Throwable sourceException)
msg - This message is for internal diagnostics.sourceException - The source exception being wrapped.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||