org.jcoderz.commons.test
Class TestServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jcoderz.commons.BaseException
org.jcoderz.commons.test.TestServiceException
- All Implemented Interfaces:
- Serializable, Loggable
public abstract class TestServiceException
- extends BaseException
This is the base exception for all message in
the package org.jcoderz.commons.test.
- Author:
- generated
- See Also:
- Serialized Form
| Methods inherited from class org.jcoderz.commons.BaseException |
addParameter, getCause, getEventTime, getInstanceId, getLogMessageInfo, getMessage, getNodeId, getParameter, getParameterNames, getSourceClass, getSourceMethod, getThreadId, getThreadName, getTrackingNumber, initCause, log, logCreation, toDetailedString, toString |
TestServiceException
protected TestServiceException(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
TestServiceException
protected TestServiceException(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 exceptioncause - the problem that caused this exception to be thrown
Copyright 2007 The jCoderZ Project.