Package fr.metabocloud.core.exceptions
Class InvalidInputException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
fr.metabocloud.core.exceptions.InvalidInputException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionInvalidInputException(String errorMessage) Constructs a newInvalidInputExceptionwith the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidInputException
Constructs a newInvalidInputExceptionwith the specified detail message.- Parameters:
errorMessage- The detail message that explains the reason for the exceptions.
-