Class ServiceConfigurationError

java.lang.Object
java.lang.Throwable
java.lang.Error
com.twelvemonkeys.util.service.ServiceConfigurationError
All Implemented Interfaces:
Serializable

public class ServiceConfigurationError extends Error
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 Details

    • ServiceConfigurationError

      ServiceConfigurationError(Throwable pCause)
    • ServiceConfigurationError

      ServiceConfigurationError(String pMessage)
    • ServiceConfigurationError

      ServiceConfigurationError(String pMessage, Throwable pCause)