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
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 |
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