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