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 class
BadRequestException
class
ConflictingOperationException
class
ForbiddenException
class
HTTPGoneException
class
ResourceNotFoundException
class
ServiceUnavailableException
class
UnauthorizedException
class
UserNotFoundException
-
Uses of PKIException in com.netscape.certsrv.cert
Subclasses of PKIException in com.netscape.certsrv.cert Modifier and Type Class Description class
CertNotFoundException
-
Uses of PKIException in com.netscape.certsrv.group
Subclasses of PKIException in com.netscape.certsrv.group Modifier and Type Class Description class
GroupNotFoundException
-
Uses of PKIException in com.netscape.certsrv.key
Subclasses of PKIException in com.netscape.certsrv.key Modifier and Type Class Description class
KeyNotFoundException
-
Uses of PKIException in com.netscape.certsrv.ldap
Methods in com.netscape.certsrv.ldap that return PKIException Modifier and Type Method Description static PKIException
LDAPExceptionConverter. 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 class
ProfileNotFoundException
-
Uses of PKIException in com.netscape.certsrv.request
Subclasses of PKIException in com.netscape.certsrv.request Modifier and Type Class Description class
RequestNotFoundException
-
Uses of PKIException in com.netscape.certsrv.system
Subclasses of PKIException in com.netscape.certsrv.system Modifier and Type Class Description class
ConnectorNotFoundException
-
Uses of PKIException in com.netscape.cmstools.profile
Methods in com.netscape.cmstools.profile that throw PKIException Modifier and Type Method Description static void
ProfileCLI. 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.Response
PKIExceptionMapper. toResponse(PKIException exception)
Methods in org.dogtagpki.server.rest that throw PKIException Modifier and Type Method Description javax.ws.rs.core.Response
SecurityDomainService. getDomainInfo()
-