Uses of Class
com.ibm.itim.exception.ITIMException

Packages that use ITIMException
com.ibm.itim.apps Provides a remotable application programming interface for provisioning specific functions. 
com.ibm.itim.apps.provisioning Extends the com.ibm.itim.apps package to provide a remotable application programming interface for Account, Service, and Password management. 
com.ibm.itim.dataservices.model Provides a a low-level application programming interface for querying elements of the data model. 
com.ibm.itim.pim.authority Provides an application programming interface for shared access authorization 
com.ibm.itim.remoteservices.exception Provides the exceptions that Remote Services will throw. 
com.ibm.itim.remoteservices.provider Provides the interfaces and classes necessary to write a custom service provider that remote services will use. 
com.ibm.itim.script Contains the basic script extensions provided by ITIM. 
com.ibm.itim.workflow.model Provides a model and an applications programming interface for the workflow engine. 
com.ibm.itim.workflow.query Provides classes and interfaces to query the workflow engine. 
com.ibm.passwordrules Provides a framework and an application programming interface to generate and validate passwords. 
 

Uses of ITIMException in com.ibm.itim.apps
 

Subclasses of ITIMException in com.ibm.itim.apps
 class ApplicationException
          This exception is thrown when application-level errors occur such as the violation of business rules.
 class AuthenticationException
          Deprecated.  
 class AuthorizationException
          This class identifies an authorization failure.
 class BulkException
          BulkException is thrown during the course of invoking operations on more than one object such as a multi-person suspend.
 class SchemaViolationException
          General exception for LDAP schema violations such as invalid syntax or missing required attribute errors.
 

Uses of ITIMException in com.ibm.itim.apps.provisioning
 

Subclasses of ITIMException in com.ibm.itim.apps.provisioning
 class PasswordRuleException
          This class identifies a problem with a set of password rules, or the combination of password rules from different password policies.
 

Uses of ITIMException in com.ibm.itim.dataservices.model
 

Subclasses of ITIMException in com.ibm.itim.dataservices.model
 class DuplicateEntryException
          DuplicateEntryException is a subclass of ModelCreationException used for errors that arise when attempting to create an entry in the data store and in case the entry already exists.
 class ModelCommunicationException
          ModelCommunicationException is an exception class used for errors that arise due to communications issues.
 class ModelCreationException
          ModelCreationException is an exception class used for errors that arise when attempting to create an entry in the data store for data model specific reasons.
 class ModelException
          ModelException is the base Exception class for all published data model exceptions.
 class ModelIntegrityException
          ModelIntegrityException is an exception class used for errors that arise due to issues with the integrity of the data model.
 class ModelModificationException
          ModelModificationException is an exception class used for errors that arise due to failure of updating an object of the data model.
 class ModelRemoveException
          ModelRemoveException is an exception class used for errors that arise due to failure of removing an object of the data model.
 class ObjectNotFoundException
          ObjectNotFoundException is an exception class used when an entry that is searched for is not found.
 class PartialResultsException
          PartialResultsException is an exception class used for errors that arise that result in only a portion of a data model request being completed.
 class SearchResultsException
          Defines an exception class that extends from ModelException.
 class URINotUniqueException
           
 

Uses of ITIMException in com.ibm.itim.pim.authority
 

Subclasses of ITIMException in com.ibm.itim.pim.authority
 class SharedAccessAuthorityException
          This exception is thrown to indicate an error condition during shared access authorization.
 

Uses of ITIMException in com.ibm.itim.remoteservices.exception
 

Subclasses of ITIMException in com.ibm.itim.remoteservices.exception
 class AccountAlreadyExistsException
          Exception thrown by remote services account add methods when the specified account already exists.
 class MalformedCSVEntryException
          Exception thrown by CSV file provider when an input record is invalid.
 class MalformedEntryException
          Exception thrown by service provider when an input entry is invalid.
 class MultipleEntriesFoundException
          Exception indicating that a situation occurred in a search where only one entry was expected to be found but the search in fact found multiple results.
 class MultiplePersonsFoundException
          Exception thrown by remote services person find methods when more than one match is found for a specified person name.
 class PersonAlreadyExistsException
          Exception thrown by remote services person add methods when the specified person already exists.
 class PersonFindException
          Exception thrown by remote services identity feed code when an Exception occurs while searching for a matching entry in the ITIM LDAP store.
 class RemoteServicesException
          Standard exception for remote services.
 

Uses of ITIMException in com.ibm.itim.remoteservices.provider
 

Subclasses of ITIMException in com.ibm.itim.remoteservices.provider
 class ProviderConfigurationException
          Indicates that there was a problem with the service provider configuration.
 

Uses of ITIMException in com.ibm.itim.script
 

Subclasses of ITIMException in com.ibm.itim.script
 class ScriptCompilationException
           
 class ScriptEvaluationException
           
 class ScriptEvaluationRetryException
          Represents an exception thrown from the script interpreter due to Directory Server communication error.
 class ScriptEvaluatorException
          Deprecated. This class is part of the FESI script framework and will no longer be supported or updated as of ITIM 5.0. Use exceptions that extend from com.ibm.itim.script.ScriptException instead.
 class ScriptException
          Represents an exception thrown from a script interpreter.
 class ScriptInitializationException
           
 

Uses of ITIMException in com.ibm.itim.workflow.model
 

Subclasses of ITIMException in com.ibm.itim.workflow.model
 class WorkflowException
          This class is used for errors that occured within the workflow engine.
 

Uses of ITIMException in com.ibm.itim.workflow.query
 

Subclasses of ITIMException in com.ibm.itim.workflow.query
 class InvalidQueryException
          This class is used for reporting an invalid query.
 

Uses of ITIMException in com.ibm.passwordrules
 

Subclasses of ITIMException in com.ibm.passwordrules
 class IncompatibleRulesException
          IncompatibleRulesException is thrown when given two rules cannot be joined because they are not compatible.
 class InvalidPasswordException
          Objects of this class are thrown when a password violates one of the rules.
 class IterationsExceededException
          Class represents an exception, which is thrown if the allowed number of iterations was exceeded while generating a random password satisfying all associated password rules.
 



IBM Security Identity Manager 6.0.0
© Copyright International Business Machines Corporation 2007, 2012. All rights reserved. US Government Users Restricited Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.