public class TraceException extends Exception
Constructor and Description |
---|
TraceException() |
TraceException(String message) |
TraceException(String message,
Throwable cause) |
TraceException(Throwable cause) |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public TraceException()
public TraceException(String message)
message
- string to associate with the exceptionpublic TraceException(String message, Throwable cause)
message
- string to associate with the exceptioncause
- external exception that caused this lt.trace exceptionpublic TraceException(Throwable cause)
cause
- external exception that caused this lt.trace exception© Copyright IBM Corp. 2013. All rights reserved.