com.ibm.itim.remoteservices.provider
Class ProviderConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.itim.exception.ITIMException
              extended by com.ibm.itim.remoteservices.exception.RemoteServicesException
                  extended by com.ibm.itim.remoteservices.provider.ProviderConfigurationException
All Implemented Interfaces:
java.io.Serializable

public class ProviderConfigurationException
extends RemoteServicesException

Indicates that there was a problem with the service provider configuration.

See Also:
Serialized Form

Constructor Summary
ProviderConfigurationException()
          Creates new ProviderConfigException without detail message.
ProviderConfigurationException(java.lang.String msg)
          Constructs an ProviderConfigException with the specified detail message.
ProviderConfigurationException(java.lang.String msgId, java.lang.Object[] tokens)
          Constructs an ProviderConfigException with the specified detail message.
ProviderConfigurationException(java.lang.String msgId, java.lang.Object[] tokens, java.lang.Throwable throwable)
          Constructs an ProviderConfigException with the specified detail message.
ProviderConfigurationException(java.lang.String msg, java.lang.Throwable throwable)
          Constructs an ProviderConfigException with the specified detail message.
 
Method Summary
 
Methods inherited from class com.ibm.itim.remoteservices.exception.RemoteServicesException
getErrorMessageArgs, getXMLFormattedMessage
 
Methods inherited from class com.ibm.itim.exception.ITIMException
getLocalizedMessage, getMessage, getMessage, getMessageId, getThrowable, getTokens, normalize, printStackTrace, printStackTrace, printStackTrace, toXML
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProviderConfigurationException

public ProviderConfigurationException()
Creates new ProviderConfigException without detail message.


ProviderConfigurationException

public ProviderConfigurationException(java.lang.String msg)
Constructs an ProviderConfigException with the specified detail message.

Parameters:
msg - the detail message.

ProviderConfigurationException

public ProviderConfigurationException(java.lang.String msgId,
                                      java.lang.Object[] tokens)
Constructs an ProviderConfigException with the specified detail message.

Parameters:
msgId - the TMS message id
tokens - the message tokens

ProviderConfigurationException

public ProviderConfigurationException(java.lang.String msg,
                                      java.lang.Throwable throwable)
Constructs an ProviderConfigException with the specified detail message.

Parameters:
msg - the detail message.
throwable - The original exception

ProviderConfigurationException

public ProviderConfigurationException(java.lang.String msgId,
                                      java.lang.Object[] tokens,
                                      java.lang.Throwable throwable)
Constructs an ProviderConfigException with the specified detail message.

Parameters:
msgId - the TMS message id
tokens - the message tokens


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.