- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.ibm.dtfj.corereaders.CorruptCoreException
-
- All Implemented Interfaces:
Serializable
public class CorruptCoreException extends Exception
Used by the core readers when they recognize a core file as a certain type but know that it is damaged and unusable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CorruptCoreException(String string)
-
Method Summary
-
Methods declared in class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
CorruptCoreException
public CorruptCoreException(String string)
-
-