Package com.yahoo.container.di
Class ConfigFutureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.yahoo.container.di.ConfigFutureException
- All Implemented Interfaces:
Serializable
- Author:
- gjoranv
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConfigFutureException(com.yahoo.vespa.config.ConfigKey<com.yahoo.config.ConfigInstance> key, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConfigFutureException
public ConfigFutureException(com.yahoo.vespa.config.ConfigKey<com.yahoo.config.ConfigInstance> key, Throwable cause)
-