de.intarsys.tools.provider
Class ProviderConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.intarsys.tools.provider.ProviderConfigurationException
- All Implemented Interfaces:
- Serializable
public class ProviderConfigurationException
- extends RuntimeException
Error thrown when something goes wrong while loading a service provider.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ProviderConfigurationException
public ProviderConfigurationException(String msg)
- Constructs a new instance with the specified message.
- Parameters:
msg - The message, or null if there is no message
ProviderConfigurationException
public ProviderConfigurationException(String msg,
Throwable cause)
- Constructs a new instance with the specified message and cause.
- Parameters:
msg - The message, or null if there is no messagecause - The cause, or null if the cause is nonexistent or
unknown
Copyright © 2012 intarsys consulting GmbH. All Rights Reserved.