|
||||||||||
| 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.jcoderz.commons.BaseRuntimeException
org.jcoderz.commons.RuntimeErrorException
org.jcoderz.commons.DatabaseAccessFailedException
public class DatabaseAccessFailedException
The system encountered an exception while accessing a database.
This exception encapsulates the log message
RteLogMessage.DATABASE_ACCESS_FAILED.
| Constructor Summary | |
|---|---|
|
DatabaseAccessFailedException()
Constructs a database access failed exception with a cause. |
protected |
DatabaseAccessFailedException(RteLogMessage messageInfo)
Constructor getting an log message info. |
protected |
DatabaseAccessFailedException(RteLogMessage messageInfo,
Throwable cause)
Constructor getting an log message info and a root exception. |
|
DatabaseAccessFailedException(Throwable cause)
Constructs a database access failed exception with a cause. |
| Method Summary |
|---|
| Methods inherited from class org.jcoderz.commons.BaseRuntimeException |
|---|
addParameter, getCause, getEventTime, getInstanceId, getLogMessageInfo, getMessage, getNodeId, getParameter, getParameterNames, getSourceClass, getSourceMethod, getThreadId, getThreadName, getTrackingNumber, initCause, log, logCreation, toDetailedString, toString |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getLocalizedMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DatabaseAccessFailedException(Throwable cause)
cause - the cause of this exception.public DatabaseAccessFailedException()
protected DatabaseAccessFailedException(RteLogMessage messageInfo)
messageInfo - the log message info for this exception
protected DatabaseAccessFailedException(RteLogMessage messageInfo,
Throwable cause)
messageInfo - the log message info for this exceptioncause - the problem that caused this exception to be thrown
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||