intarsys runtime library

de.intarsys.tools.provider
Class ProviderConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
ProviderConfigurationException(String msg)
          Constructs a new instance with the specified message.
ProviderConfigurationException(String msg, Throwable cause)
          Constructs a new instance with the specified message and cause.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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 message
cause - The cause, or null if the cause is nonexistent or unknown

intarsys runtime library

Copyright © 2012 intarsys consulting GmbH. All Rights Reserved.