IBM Rational Performance Tester SDK

com.ibm.rational.test.lt.trace
Class TraceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.rational.test.lt.trace.TraceException
All Implemented Interfaces:
Serializable

public class TraceException
extends Exception

See Also:
Serialized Form

Constructor Summary
TraceException()
           
TraceException(String message)
           
TraceException(String message, Throwable cause)
           
TraceException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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 exception
cause - external exception that caused this lt.trace exception

TraceException

public TraceException(Throwable cause)
Parameters:
cause - external exception that caused this lt.trace exception

IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2012. All rights reserved.