java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.dtfj.image.DTFJException
com.ibm.dtfj.image.CorruptDataException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- DTFJCorruptDataException
Used to indicate that corruption has been detected in the image.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionConstruct a new CorruptDataException for the specified corrupt data
- 
Method SummaryModifier and TypeMethodDescriptionGet more info about the corrupted dataMethods declared in class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
CorruptDataExceptionConstruct a new CorruptDataException for the specified corrupt data- Parameters:
- data- the corruptData
 
 
- 
- 
Method Details- 
getCorruptDataGet more info about the corrupted data- Returns:
- the CorruptData object
 
 
-