Class InvalidRequestException

java.lang.Object
java.lang.Throwable
java.lang.Exception
mg.emberframework.core.exception.InvalidRequestException
All Implemented Interfaces:
Serializable

public class InvalidRequestException extends Exception
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 Details

    • InvalidRequestException

      public InvalidRequestException(String message)
      Constructs an exception with a detail message.
      Parameters:
      message - the detail message explaining the invalid request