|
||||||||||
| 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.test.TestServiceRuntimeException
org.jcoderz.commons.test.ImpliedParametersException
public class ImpliedParametersException
Not real fun!
This error has the id {:_TRACKING_NUMBER} occured on
Thread {:_THREAD_ID} named {:_THREAD_NAME}. Please note that the
nested exception was {:_CAUSE}.
This exception encapsulates the log message
TssLogMessage.IMPLIED_PARAMETERS.
| Constructor Summary | |
|---|---|
|
ImpliedParametersException()
Constructs a implied parameters exception with a cause. |
|
ImpliedParametersException(Throwable cause)
Constructs a implied parameters exception with a cause. |
protected |
ImpliedParametersException(TssLogMessage messageInfo)
Constructor getting an log message info. |
protected |
ImpliedParametersException(TssLogMessage messageInfo,
Throwable cause)
Constructor getting an log message info and a root exception. |
| 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 ImpliedParametersException(Throwable cause)
cause - the cause of this exception.public ImpliedParametersException()
protected ImpliedParametersException(TssLogMessage messageInfo)
messageInfo - the log message info for this exception
protected ImpliedParametersException(TssLogMessage 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 | |||||||||