Uses of Class
com.netscape.certsrv.base.PKIException
-
Packages that use PKIException Package Description com.netscape.certsrv.base com.netscape.cmstools.profile org.dogtagpki.server.rest -
-
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.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()
-