public class BindingVerificationException extends Exception
This exception is thrown when a component binding operation fails due to a problem with the binding descriptor. For example, the binding descriptor references a component that is not installed.
Constructor and Description |
---|
BindingVerificationException(String message)
Create a
DeployBindingVerificationExceptionmentException with a detail message. |
BindingVerificationException(String message,
Throwable cause)
Create a
BindingVerificationException with a detail message and cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public BindingVerificationException(String message)
Create a DeployBindingVerificationExceptionmentException
with a detail message.
message
- the detail message.