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 static PKIException.DataPKIException.Data. fromJSON(java.lang.String json)static PKIException.DataPKIException.Data. fromXML(java.lang.String string)PKIException.DataPKIException. getData()PKIException.DataResourceNotFoundException. getData()PKIException.DataUserNotFoundException. getData()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) -
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)
-