public class C2TestgenException extends Exception
Constructor and Description |
---|
C2TestgenException(String message) |
C2TestgenException(String message,
Throwable cause) |
C2TestgenException(Throwable cause) |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public C2TestgenException(String message)
message
- string to associate with the exceptionpublic C2TestgenException(String message, Throwable cause)
message
- string to associate with the exceptioncause
- exception being propagatedpublic C2TestgenException(Throwable cause)
cause
- exception being propagated© Copyright IBM Corp. 2013. All rights reserved.