Class NoSuchBindingException

All Implemented Interfaces:
Serializable

public class NoSuchBindingException
extends RuntimeException
Indicates that there was a runtime failure while providing an instance.
See Also:
Serialized Form
  • Constructor Details

    • NoSuchBindingException

      public NoSuchBindingException​(String message)
      Constructs a new exception with the specified detail message.
      Parameters:
      message - the detail exception message
    • NoSuchBindingException

      public NoSuchBindingException​(Throwable cause)
      Constructs a new exception with the specified cause.
      Parameters:
      cause - the cause (A null value is permitted, and indicates that the cause is nonexistent or unknown)
    • NoSuchBindingException

      public NoSuchBindingException​(String message, Throwable cause)
      Constructs a new exception with the specified detail message and cause.
      Parameters:
      message - the detail exception message
      cause - the cause (A null value is permitted, and indicates that the cause is nonexistent or unknown)