Uses of Class
com.netscape.certsrv.base.PKIException
-
-
Uses of PKIException in com.netscape.certsrv.base
Subclasses of PKIException in com.netscape.certsrv.base Modifier and Type Class Description classBadRequestExceptionclassConflictingOperationExceptionclassForbiddenExceptionclassHTTPGoneExceptionclassResourceNotFoundExceptionclassServiceUnavailableExceptionclassUnauthorizedExceptionclassUserNotFoundException -
Uses of PKIException in com.netscape.certsrv.cert
Subclasses of PKIException in com.netscape.certsrv.cert Modifier and Type Class Description classCertNotFoundException -
Uses of PKIException in com.netscape.certsrv.group
Subclasses of PKIException in com.netscape.certsrv.group Modifier and Type Class Description classGroupNotFoundException -
Uses of PKIException in com.netscape.certsrv.key
Subclasses of PKIException in com.netscape.certsrv.key Modifier and Type Class Description classKeyNotFoundException -
Uses of PKIException in com.netscape.certsrv.ldap
Methods in com.netscape.certsrv.ldap that return PKIException Modifier and Type Method Description static PKIExceptionLDAPExceptionConverter. toPKIException(netscape.ldap.LDAPException e) -
Uses of PKIException in com.netscape.certsrv.profile
Subclasses of PKIException in com.netscape.certsrv.profile Modifier and Type Class Description classProfileNotFoundException -
Uses of PKIException in com.netscape.certsrv.request
Subclasses of PKIException in com.netscape.certsrv.request Modifier and Type Class Description classRequestNotFoundException -
Uses of PKIException in com.netscape.certsrv.system
Subclasses of PKIException in com.netscape.certsrv.system Modifier and Type Class Description classConnectorNotFoundException -
Uses of PKIException in com.netscape.cmstools.profile
Methods in com.netscape.cmstools.profile that throw PKIException Modifier and Type Method Description static voidProfileCLI. checkConfiguration(byte[] in, boolean requireProfileId, boolean requireDisabled)Sanity check the profile configuration.static byte[]ProfileCLI. readRawProfileFromFile(java.lang.String path)Reads a raw profile from the specified file.static byte[]ProfileCLI. readRawProfileFromFile(java.nio.file.Path path)Reads a raw profile from the specified file. -
Uses of PKIException in org.dogtagpki.server.rest
Methods in org.dogtagpki.server.rest with parameters of type PKIException Modifier and Type Method Description javax.ws.rs.core.ResponsePKIExceptionMapper. toResponse(PKIException exception)Methods in org.dogtagpki.server.rest that throw PKIException Modifier and Type Method Description javax.ws.rs.core.ResponseSecurityDomainService. getDomainInfo()
-