Class BindingSetNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.yahoo.jdisc.service.BindingSetNotFoundException
All Implemented Interfaces:
Serializable

public final class BindingSetNotFoundException extends RuntimeException
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 Details

    • BindingSetNotFoundException

      public BindingSetNotFoundException(String bindingSet)
      Constructs a new instance of this class with a detail message that contains the name of the BindingSet that was not found.
      Parameters:
      bindingSet - The name of the BindingSet that was not found.
  • Method Details

    • bindingSet

      public String bindingSet()
      Returns the name of the BindingSet that was not found.
      Returns:
      The name of the BindingSet.