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