Class NoBindingSetSelectedException

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

public final class NoBindingSetSelectedException extends RuntimeException
This exception is used to signal that no BindingSet was selected for a given URI. An instance of this class will be thrown by the CurrentContainer.newReference(URI) method if BindingSetSelector.select(URI) returned null.
Author:
Simon Thoresen Hult
See Also:
  • Constructor Details

    • NoBindingSetSelectedException

      public NoBindingSetSelectedException(URI uri)
      Constructs a new instance of this class with a detail message that contains the URI for which there was no BindingSet selected.
      Parameters:
      uri - The URI for which there was no BindingSet selected.
  • Method Details

    • uri

      public URI uri()
      Returns the URI for which there was no BindingSet selected.
      Returns:
      The URI.