public class PayloadTooLargeException extends RuntimeException implements WithErrorResponse
Constructor and Description |
---|
PayloadTooLargeException(Class<?> entity,
int maxNumber,
int actualNumber) |
Modifier and Type | Method and Description |
---|---|
ResponseWithErrorCode |
getErrorResponse() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PayloadTooLargeException(Class<?> entity, int maxNumber, int actualNumber)
public ResponseWithErrorCode getErrorResponse()
getErrorResponse
in interface WithErrorResponse
Copyright © 2017 SAP SE. All rights reserved.