com.ibm.itim.authentication
Class ConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.itim.authentication.AuthenticationException
              extended by com.ibm.itim.authentication.ConfigurationException
All Implemented Interfaces:
java.io.Serializable

public class ConfigurationException
extends AuthenticationException

ConfigurationException is a class that extends the AuthenticationException class for identifying configuration exceptions. This exception is thrown when there is a configuration problem. This can arise when installation of a provider was not done correctly or if the credentials required for this type of authentication have not been supplied.

See Also:
Serialized Form

Constructor Summary
ConfigurationException()
          Constructs an ConfigurationException.
ConfigurationException(java.lang.String explanation)
          Constructs an ConfigurationException with a detailed explanation of the reason for the exception.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigurationException

public ConfigurationException()
Constructs an ConfigurationException.


ConfigurationException

public ConfigurationException(java.lang.String explanation)
Constructs an ConfigurationException with a detailed explanation of the reason for the exception.

Parameters:
explanation - detailed explanation of the reason for the exception.


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.