Class InvalidLogHeaderException

All Implemented Interfaces:
Serializable

public class InvalidLogHeaderException extends LogException
Exception thrown when XAJournalReader detects a journal block with an invalid header.
See Also:
  • Field Details

    • serialVersionUID

      static final long serialVersionUID
      Determines if a de-serialized file is compatible with this class. Maintainers must change this value if and only if the new version of this class is not compatible with old versions. See Sun docs for details. Not necessary to include in first version of the class, but included here as a reminder of its importance.
      See Also:
  • Constructor Details

    • InvalidLogHeaderException

      public InvalidLogHeaderException()
    • InvalidLogHeaderException

      public InvalidLogHeaderException(String s)
    • InvalidLogHeaderException

      public InvalidLogHeaderException(Throwable cause)
    • InvalidLogHeaderException

      public InvalidLogHeaderException(String s, Throwable cause)