org.nnsoft.commons.bspi
Class ServiceConfigurationError
java.lang.Object
java.lang.Throwable
java.lang.Error
org.nnsoft.commons.bspi.ServiceConfigurationError
- All Implemented Interfaces:
- Serializable
public final class ServiceConfigurationError
- extends Error
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 |
ServiceConfigurationError
public ServiceConfigurationError(String message)
- Constructs a new instance with the specified message.
- Parameters:
message - the message.- Since:
- 1.0.1
ServiceConfigurationError
public ServiceConfigurationError(String message,
Throwable cause)
- Constructs a new instance with the specified message and cause.
- Parameters:
message - the message.cause - the cause.
Copyright © 2010-2011 99 Software Foundation. All Rights Reserved.