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.DataPKIExceptionDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser parser, com.fasterxml.jackson.databind.DeserializationContext context)static PKIException.DataPKIException.Data. fromDOM(org.w3c.dom.Element element)static PKIException.DataPKIException.Data. fromXML(java.lang.String xml)PKIException.DataPKIException. getData()PKIException.DataResourceNotFoundException. getData()PKIException.DataUserNotFoundException. getData()Methods in com.netscape.certsrv.base with parameters of type PKIException.Data Modifier and Type Method Description voidPKIExceptionSerializer. 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.DataCertNotFoundException. 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.DataGroupNotFoundException. 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.DataKeyNotFoundException. 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.DataProfileNotFoundException. 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.DataRequestNotFoundException. 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.DataConnectorNotFoundException. getData()Constructors in com.netscape.certsrv.system with parameters of type PKIException.Data Constructor Description ConnectorNotFoundException(PKIException.Data data)
-