- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- com.ibm.jvm.format.InvalidSpannedRecordException
-
- All Implemented Interfaces:
Serializable
public class InvalidSpannedRecordException extends IOException
This exception is thrown when the beginning of a buffer (including spanned record if any) is not the start of a record.An InvalidSpannedRecordException is thrown whenever an invalid spanned record is encountered. It is thrown at two possible points in TraceRecordExternal.prime()and caught in TraceFormat.readAndFormat()
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidSpannedRecordException()
InvalidSpannedRecordException(String s)
-
Method Summary
-
Methods declared in class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InvalidSpannedRecordException
public InvalidSpannedRecordException()
-
InvalidSpannedRecordException
public InvalidSpannedRecordException(String s)
-
-