Package com.twelvemonkeys.util.service
Class ServiceConfigurationError
java.lang.Object
java.lang.Throwable
java.lang.Error
com.twelvemonkeys.util.service.ServiceConfigurationError
- All Implemented Interfaces:
Serializable
Error thrown by the
ServiceRegistry
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:
-
Constructor Summary
ConstructorsConstructorDescriptionServiceConfigurationError
(String pMessage) ServiceConfigurationError
(String pMessage, Throwable pCause) ServiceConfigurationError
(Throwable pCause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString