Previous Topic: Common ExceptionsNext Topic: Authentication Exceptions


Issuance Exceptions

The com.arcot.webfort.issuance.api.exception package provides the exception classes that are returned based on user and credential status. The following table lists the issuance exceptions returned by AuthMinder Server:

Classes

Description

CredentialAlreadyExistsException

This exception is returned if you try to create the credential type that the user already has. The user cannot have multiple credentials of same type.

UserAlreadyExistsException

This exception is returned if you try to create a user with a user name that already exists.