Class MyChildException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.ibm.jbatch.tck.artifacts.reusable.MyParentException
-
- com.ibm.jbatch.tck.artifacts.reusable.MyChildException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
MyGrandchildException
public class MyChildException extends MyParentException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MyChildException()
MyChildException(String s)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
MyChildException
public MyChildException()
-
MyChildException
public MyChildException(String s)
-
-