Uses of Class
com.netscape.certsrv.base.PKIException.Data
-
-
Uses of PKIException.Data in com.netscape.certsrv.base
Methods in com.netscape.certsrv.base that return PKIException.Data Modifier and Type Method Description PKIException.Data
PKIExceptionDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser parser, com.fasterxml.jackson.databind.DeserializationContext context)
static PKIException.Data
PKIException.Data. fromDOM(org.w3c.dom.Element element)
static PKIException.Data
PKIException.Data. fromXML(java.lang.String xml)
PKIException.Data
PKIException. getData()
PKIException.Data
ResourceNotFoundException. getData()
PKIException.Data
UserNotFoundException. getData()
Methods in com.netscape.certsrv.base with parameters of type PKIException.Data Modifier and Type Method Description void
PKIExceptionSerializer. serialize(PKIException.Data data, com.fasterxml.jackson.core.JsonGenerator generator, com.fasterxml.jackson.databind.SerializerProvider provider)
Constructors in com.netscape.certsrv.base with parameters of type PKIException.Data Constructor Description BadRequestException(PKIException.Data data)
ConflictingOperationException(PKIException.Data data)
ForbiddenException(PKIException.Data data)
HTTPGoneException(PKIException.Data data)
PKIException(PKIException.Data data)
ResourceNotFoundException(PKIException.Data data)
UnauthorizedException(PKIException.Data data)
UserNotFoundException(PKIException.Data data)
Constructor parameters in com.netscape.certsrv.base with type arguments of type PKIException.Data Constructor Description PKIExceptionSerializer(java.lang.Class<PKIException.Data> t)
-
Uses of PKIException.Data in com.netscape.certsrv.cert
Methods in com.netscape.certsrv.cert that return PKIException.Data Modifier and Type Method Description PKIException.Data
CertNotFoundException. getData()
Constructors in com.netscape.certsrv.cert with parameters of type PKIException.Data Constructor Description CertNotFoundException(PKIException.Data data)
-
Uses of PKIException.Data in com.netscape.certsrv.group
Methods in com.netscape.certsrv.group that return PKIException.Data Modifier and Type Method Description PKIException.Data
GroupNotFoundException. getData()
Constructors in com.netscape.certsrv.group with parameters of type PKIException.Data Constructor Description GroupNotFoundException(PKIException.Data data)
-
Uses of PKIException.Data in com.netscape.certsrv.key
Methods in com.netscape.certsrv.key that return PKIException.Data Modifier and Type Method Description PKIException.Data
KeyNotFoundException. getData()
Constructors in com.netscape.certsrv.key with parameters of type PKIException.Data Constructor Description KeyNotFoundException(PKIException.Data data)
-
Uses of PKIException.Data in com.netscape.certsrv.profile
Methods in com.netscape.certsrv.profile that return PKIException.Data Modifier and Type Method Description PKIException.Data
ProfileNotFoundException. getData()
Constructors in com.netscape.certsrv.profile with parameters of type PKIException.Data Constructor Description ProfileNotFoundException(PKIException.Data data)
-
Uses of PKIException.Data in com.netscape.certsrv.request
Methods in com.netscape.certsrv.request that return PKIException.Data Modifier and Type Method Description PKIException.Data
RequestNotFoundException. getData()
Constructors in com.netscape.certsrv.request with parameters of type PKIException.Data Constructor Description RequestNotFoundException(PKIException.Data data)
-
Uses of PKIException.Data in com.netscape.certsrv.system
Methods in com.netscape.certsrv.system that return PKIException.Data Modifier and Type Method Description PKIException.Data
ConnectorNotFoundException. getData()
Constructors in com.netscape.certsrv.system with parameters of type PKIException.Data Constructor Description ConnectorNotFoundException(PKIException.Data data)
-