Package fr.metabocloud.core.exception
Class InvalidInputException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
fr.metabocloud.core.exception.InvalidInputException
- All Implemented Interfaces:
Serializable
Exception thrown when the input sent is invalid.
- Since:
- 1.0.0
- Author:
- Faustine Souc
- 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 exception.
-