Class InvalidSpannedRecordException

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:
  • Constructor Details

    • InvalidSpannedRecordException

      public InvalidSpannedRecordException()
    • InvalidSpannedRecordException

      public InvalidSpannedRecordException(String s)