com.ibm.itim.remoteservices.provider
Class ProviderConfigurationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ibm.itim.remoteservices.exception.RemoteServicesException
                    |
                    +--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

Fields inherited from class com.ibm.itim.remoteservices.exception.RemoteServicesException
ID_TAG, MESSAGE_TAG, TOKEN_ID_TAG, TOKEN_TAG
 
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 msg, java.lang.Throwable throwable)
          Constructs an ProviderConfigException with the specified detail message.
 
Methods inherited from class com.ibm.itim.remoteservices.exception.RemoteServicesException
addErrorMessageArg, getErrorMessageArgs, getXMLFormattedMessage, printStackTrace, printStackTrace, printStackTrace, setErrorMessageArgs
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, 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 msg,
                                      java.lang.Throwable throwable)
Constructs an ProviderConfigException with the specified detail message.
Parameters:
msg - the detail message.
throwable - The original exception