- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.ibm.j9ddr.CorruptDataException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AddressedCorruptDataException,CorruptFreeEntryException,CorruptHintException
public class CorruptDataException extends Exception
Base type for all corrupt data exceptions- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CorruptDataException(String message)CorruptDataException(String message, Throwable t)CorruptDataException(Throwable t)
-
Method Summary
-
Methods declared in class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-