Package eirb.pub.app.exceptions.server
Class BadRequestException
java.lang.Object
java.lang.Throwable
java.lang.Exception
eirb.pub.app.exceptions.PubException
eirb.pub.app.exceptions.server.ServerException
eirb.pub.app.exceptions.server.BadRequestException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class eirb.pub.app.exceptions.server.ServerException
response -
Constructor Summary
ConstructorsConstructorDescriptionBadRequestException(String message, org.apache.hc.core5.http.HttpResponse httpResponse) BadRequestException(org.apache.hc.core5.http.HttpResponse httpResponse) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BadRequestException
-
BadRequestException
public BadRequestException(org.apache.hc.core5.http.HttpResponse httpResponse)
-