- 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
public class CorruptDataException extends DTFJException
Used to indicate that corruption has been detected in the image.- See Also:
CorruptData
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CorruptDataException(CorruptData data)
Construct a new CorruptDataException for the specified corrupt data
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CorruptData
getCorruptData()
Get more info about the corrupted data-
Methods declared in class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
CorruptDataException
public CorruptDataException(CorruptData data)
Construct a new CorruptDataException for the specified corrupt data- Parameters:
data
- the corruptData
-
-
Method Detail
-
getCorruptData
public CorruptData getCorruptData()
Get more info about the corrupted data- Returns:
- the CorruptData object
-
-