Class RequestBodyException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
fr.metabocloud.core.exception.RequestBodyException
All Implemented Interfaces:
Serializable

public class RequestBodyException extends RuntimeException
Exception thrown when the request body is incorrectly formatted.
Since:
1.0.0
Author:
Faustine Souc
See Also:
  • Constructor Details

    • RequestBodyException

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