Package mg.emberframework.core.exception
Class InvalidRequestException
java.lang.Object
java.lang.Throwable
java.lang.Exception
mg.emberframework.core.exception.InvalidRequestException
- All Implemented Interfaces:
Serializable
Thrown when an HTTP request is invalid or malformed.
This exception indicates that a request does not meet the expected format or requirements for processing within the framework.
- Since:
- 1.0.0
- Version:
- 1.0.0
- Author:
- Sandratra NIAINA
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidRequestException
(String message) Constructs an exception with a 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
-
InvalidRequestException
Constructs an exception with a detail message.- Parameters:
message
- the detail message explaining the invalid request
-