- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.ibm.dtfj.image.DTFJException
-
- com.ibm.dtfj.image.CorruptDataException
-
- com.ibm.j9ddr.view.dtfj.DTFJCorruptDataException
-
- All Implemented Interfaces:
Serializable
public class DTFJCorruptDataException extends CorruptDataException
J9DDR CorruptDataException that can take a cause for improved debugging.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DTFJCorruptDataException(CorruptData data)
DTFJCorruptDataException(CorruptData data, Throwable t)
DTFJCorruptDataException(IProcess proc, CorruptDataException e)
-
Method Summary
-
Methods declared in class com.ibm.dtfj.image.CorruptDataException
getCorruptData
-
Methods declared in class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
DTFJCorruptDataException
public DTFJCorruptDataException(CorruptData data)
-
DTFJCorruptDataException
public DTFJCorruptDataException(CorruptData data, Throwable t)
-
DTFJCorruptDataException
public DTFJCorruptDataException(IProcess proc, CorruptDataException e)
-
-