com.ibm.rational.test.lt.trace
Class TraceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.rational.test.lt.trace.TraceException
- All Implemented Interfaces:
- Serializable
public class TraceException
- extends Exception
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
TraceException
public TraceException()
TraceException
public TraceException(String message)
- Parameters:
message
- string to associate with the exception
TraceException
public TraceException(String message,
Throwable cause)
- Parameters:
message
- string to associate with the exceptioncause
- external exception that caused this lt.trace exception
TraceException
public TraceException(Throwable cause)
- Parameters:
cause
- external exception that caused this lt.trace exception
© Copyright IBM Corp. 2012. All rights reserved.