|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ibm.itim.exception.ITIMException
com.ibm.itim.remoteservices.exception.RemoteServicesException
com.ibm.itim.remoteservices.provider.ProviderConfigurationException
public class ProviderConfigurationException
Indicates that there was a problem with the service provider configuration.
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 |
---|
public ProviderConfigurationException()
ProviderConfigException
without detail message.
public ProviderConfigurationException(java.lang.String msg)
ProviderConfigException
with the specified detail message.
msg
- the detail message.public ProviderConfigurationException(java.lang.String msgId, java.lang.Object[] tokens)
ProviderConfigException
with the specified detail message.
msgId
- the TMS message idtokens
- the message tokenspublic ProviderConfigurationException(java.lang.String msg, java.lang.Throwable throwable)
ProviderConfigException
with the specified detail message.
msg
- the detail message.throwable
- The original exceptionpublic ProviderConfigurationException(java.lang.String msgId, java.lang.Object[] tokens, java.lang.Throwable throwable)
ProviderConfigException
with the specified detail message.
msgId
- the TMS message idtokens
- the message tokens
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |