org.jcoderz.commons.test
Class ImpliedParameters3Exception

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jcoderz.commons.BaseRuntimeException
                  extended by org.jcoderz.commons.test.TestServiceRuntimeException
                      extended by org.jcoderz.commons.test.ImpliedParameters3Exception
All Implemented Interfaces:
Serializable, Loggable

public class ImpliedParameters3Exception
extends TestServiceRuntimeException

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}. {TEST} This exception encapsulates the log message TssLogMessage.IMPLIED_PARAMETERS3.

Author:
generated
See Also:
Serialized Form

Constructor Summary
  ImpliedParameters3Exception(String test)
          Constructs a implied parameters3 exception with a cause.
  ImpliedParameters3Exception(String test, Throwable cause)
          Constructs a implied parameters3 exception with a cause.
protected ImpliedParameters3Exception(TssLogMessage messageInfo)
          Constructor getting an log message info.
protected ImpliedParameters3Exception(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

ImpliedParameters3Exception

public ImpliedParameters3Exception(String test,
                                   Throwable cause)
Constructs a implied parameters3 exception with a cause.

Parameters:
cause - the cause of this exception.

ImpliedParameters3Exception

public ImpliedParameters3Exception(String test)
Constructs a implied parameters3 exception with a cause.


ImpliedParameters3Exception

protected ImpliedParameters3Exception(TssLogMessage messageInfo)
Constructor getting an log message info. This constructor is for generated exceptions internal use only.

Parameters:
messageInfo - the log message info for this exception

ImpliedParameters3Exception

protected ImpliedParameters3Exception(TssLogMessage messageInfo,
                                      Throwable cause)
Constructor getting an log message info and a root exception. This constructor is for generated exceptions internal use only.

Parameters:
messageInfo - the log message info for this exception
cause - the problem that caused this exception to be thrown


Copyright 2007 The jCoderZ Project.