Class ServiceConfigurationError

  • All Implemented Interfaces:
    java.io.Serializable

    public class ServiceConfigurationError
    extends java.lang.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:
    ServiceRegistry, Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ServiceConfigurationError

        ServiceConfigurationError​(java.lang.Throwable pCause)
      • ServiceConfigurationError

        ServiceConfigurationError​(java.lang.String pMessage)
      • ServiceConfigurationError

        ServiceConfigurationError​(java.lang.String pMessage,
                                  java.lang.Throwable pCause)