Package com.netscape.certsrv.base
Class PKIException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.netscape.certsrv.base.PKIException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BadRequestException
,ConflictingOperationException
,ForbiddenException
,HTTPGoneException
,ResourceNotFoundException
,ServiceUnavailableException
,UnauthorizedException
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPKIException
(int code, String message) PKIException
(int code, String message, Throwable cause) PKIException
(String message) PKIException
(String message, Throwable cause) PKIException
(Throwable cause) PKIException
(javax.ws.rs.core.Response.Status status) PKIException
(javax.ws.rs.core.Response.Status status, String message) PKIException
(javax.ws.rs.core.Response.Status status, String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
code
public int code
-
-
Constructor Details
-
PKIException
-
PKIException
public PKIException(javax.ws.rs.core.Response.Status status) -
PKIException
-
PKIException
-
PKIException
-
PKIException
-
PKIException
-
PKIException
-
PKIException
-
-
Method Details
-
getCode
public int getCode() -
setCode
public void setCode(int code) -
getData
-