Class CorruptDataException
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 Summary
ConstructorsConstructorDescriptionConstruct a new CorruptDataException for the specified corrupt data - 
Method Summary
Modifier and TypeMethodDescriptionGet more info about the corrupted dataMethods declared in class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
CorruptDataException
Construct a new CorruptDataException for the specified corrupt data- Parameters:
 data- the corruptData
 
 - 
 - 
Method Details
- 
getCorruptData
Get more info about the corrupted data- Returns:
 - the CorruptData object
 
 
 -