Package com.twelvemonkeys.util.service
Class ServiceConfigurationError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Error
-
- com.twelvemonkeys.util.service.ServiceConfigurationError
-
- All Implemented Interfaces:
java.io.Serializable
public class ServiceConfigurationError extends java.lang.Error
Error thrown by theServiceRegistry
in case of a configuration error.- Version:
- $Id: //depot/branches/personal/haraldk/twelvemonkeys/release-2/twelvemonkeys-core/src/main/java/com/twelvemonkeys/util/service/ServiceConfigurationError.java#1 $
- See Also:
ServiceRegistry
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServiceConfigurationError(java.lang.String pMessage)
ServiceConfigurationError(java.lang.String pMessage, java.lang.Throwable pCause)
ServiceConfigurationError(java.lang.Throwable pCause)
-