Class ChangeFormatException

All Implemented Interfaces:
Serializable

public class ChangeFormatException extends IllegalArgumentException
An IllegalArgumentException that is raised when building a Change or an Entry failed due to invalid data format.
See Also:
  • Constructor Details

    • ChangeFormatException

      public ChangeFormatException()
      Creates a new instance.
    • ChangeFormatException

      public ChangeFormatException(String message)
      Creates a new instance.
    • ChangeFormatException

      public ChangeFormatException(Throwable cause)
      Creates a new instance.
    • ChangeFormatException

      public ChangeFormatException(String message, Throwable cause)
      Creates a new instance.