Package com.yahoo.jdisc.service
Class BindingSetNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.yahoo.jdisc.service.BindingSetNotFoundException
- All Implemented Interfaces:
Serializable
This exception is used to signal that a named
BindingSet
was not found. An instance of this class will be
thrown by the CurrentContainer.newReference(URI)
method when a BindingSet with the specified name does not
exist.- Author:
- Simon Thoresen Hult
- See Also:
-
Constructor Summary
ConstructorDescriptionBindingSetNotFoundException
(String bindingSet) Constructs a new instance of this class with a detail message that contains the name of theBindingSet
that was not found. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BindingSetNotFoundException
Constructs a new instance of this class with a detail message that contains the name of theBindingSet
that was not found.- Parameters:
bindingSet
- The name of theBindingSet
that was not found.
-
-
Method Details
-
bindingSet
Returns the name of theBindingSet
that was not found.- Returns:
- The name of the BindingSet.
-