Package com.pingidentity.sdk.provision.exception
Exception classes related to Identity Store Provisioner plugins.
-
Exception Summary Exception Description BadRequestException AnIdentityStoreExceptionthat should be thrown when an Identity Store Provisioner operation cannot be completed with the information provided.ConflictException AnIdentityStoreExceptionthat should be thrown when an Identity Store Provisioner operation cannot be completed because an identical resource already exists.FilterException AnIdentityStoreExceptionthat should be thrown when a filter operation cannot be completed.IdentityStoreException Runtime exceptions extending from this abstract class signal to the PingFederate runtime that a provisioning processing exception occurred.NotFoundException AnIdentityStoreExceptionthat should be thrown when an Identity Store Provisioner operation cannot be completed because the resource cannot being found.NotImplementedException AnIdentityStoreExceptionthat should be thrown when an Identity Store Provisioner operation cannot be completed because the operation has not been implemented.UnauthorizedException AnIdentityStoreExceptionthat should be thrown when an Identity Store Provisioner operation cannot be completed because the caller is not authorized to perform the operation.