|
||||||||||
| 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.UnexpectedExceptionException
public class UnexpectedExceptionException
An exeption occured that was not expected in the current
code.
This exception encapsulates the log message
RteLogMessage.UNEXPECTED_EXCEPTION.
| Constructor Summary | |
|---|---|
|
UnexpectedExceptionException()
Constructs a unexpected exception exception with a cause. |
protected |
UnexpectedExceptionException(RteLogMessage messageInfo)
Constructor getting an log message info. |
protected |
UnexpectedExceptionException(RteLogMessage messageInfo,
Throwable cause)
Constructor getting an log message info and a root exception. |
|
UnexpectedExceptionException(Throwable cause)
Constructs a unexpected exception 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 UnexpectedExceptionException(Throwable cause)
cause - the cause of this exception.public UnexpectedExceptionException()
protected UnexpectedExceptionException(RteLogMessage messageInfo)
messageInfo - the log message info for this exception
protected UnexpectedExceptionException(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 | |||||||||