Class ModelValidationException

All Implemented Interfaces:
Serializable

public class ModelValidationException extends ModelException

Thrown to indicate that an error is expected as a result of the validations run against a model. Such exceptions are not considered internal server errors but an expected error when validating a model where the client has the opportunity to fix and retry the request.

Some validations can only happen during the commit phase and should not be handled as an unknown error by the default exception handling mechanism.

See Also:
  • Constructor Details

    • ModelValidationException

      public ModelValidationException(String message)