public class ProviderConfigurationException extends RemoteServicesException
| Constructor and Description |
|---|
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. |
getErrorMessageArgs, getXMLFormattedMessagegetLocalizedMessage, getMessage, getMessage, getMessageId, getThrowable, getTokens, normalize, printStackTrace, printStackTrace, printStackTrace, toXMLpublic 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