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