Class InvalidInputException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
fr.metabocloud.core.exceptions.InvalidInputException
All Implemented Interfaces:
Serializable

public class InvalidInputException extends RuntimeException
Exception thrown when the input sent is invalid.

This exception is used to signal that an invalid input was sent in a request.

See Also:
  • Constructor Details

    • InvalidInputException

      public InvalidInputException(String errorMessage)
      Constructs a new InvalidInputException with the specified detail message.
      Parameters:
      errorMessage - The detail message that explains the reason for the exceptions.