Class InvalidFormatException

All Implemented Interfaces:
Serializable

public class InvalidFormatException extends DumpArchiveException
Invalid Format Exception. There was an error decoding a tape segment header.
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • offset

      protected long offset
  • Constructor Details

    • InvalidFormatException

      public InvalidFormatException()
    • InvalidFormatException

      public InvalidFormatException(long offset)
  • Method Details

    • getOffset

      public long getOffset()