Class ServerException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AuthenticationException, BadRequestException, ForbiddenAccessException, NotFoundException, VaultUpdateException, VerificationCodeException

public class ServerException extends PubException
See Also:
  • Field Details

    • response

      public final org.apache.hc.core5.http.HttpResponse response
  • Constructor Details

    • ServerException

      public ServerException(String message, org.apache.hc.core5.http.HttpResponse response)
    • ServerException

      public ServerException(String message)