Class LfsValidationError

All Implemented Interfaces:
Serializable

public class LfsValidationError extends LfsException
Thrown when there is a validation error with one or more of the objects in the request.
Since:
4.5
See Also:
  • Field Details

  • Constructor Details

    • LfsValidationError

      public LfsValidationError(String message)
      Constructor for LfsValidationError.
      Parameters:
      message - error message, which may be shown to an end-user.