Class PKIException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BadRequestException, ConflictingOperationException, ForbiddenException, HTTPGoneException, ResourceNotFoundException, ServiceUnavailableException, UnauthorizedException

public class PKIException extends RuntimeException
See Also:
  • Field Details

    • code

      public int code
  • Constructor Details

    • PKIException

      public PKIException(int code, String message, Throwable cause)
    • PKIException

      public PKIException(javax.ws.rs.core.Response.Status status)
    • PKIException

      public PKIException(String message)
    • PKIException

      public PKIException(int code, String message)
    • PKIException

      public PKIException(javax.ws.rs.core.Response.Status status, String message)
    • PKIException

      public PKIException(Throwable cause)
    • PKIException

      public PKIException(String message, Throwable cause)
    • PKIException

      public PKIException(javax.ws.rs.core.Response.Status status, String message, Throwable cause)
    • PKIException

      public PKIException(PKIException.Data data)
  • Method Details

    • getCode

      public int getCode()
    • setCode

      public void setCode(int code)
    • getData

      public PKIException.Data getData()