public class NoSuchBindingException extends Exception
This exception is thrown when a component unbinding operation fails because the specified binding descriptor is not currently associated with the target component.
Constructor and Description |
---|
NoSuchBindingException(String message)
Create a
NoSuchBindingException with no detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NoSuchBindingException(String message)
Create a NoSuchBindingException
with no detail message.