Package com.opencloud.rhino.management
Class BindingVerificationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.opencloud.rhino.management.BindingVerificationException
-
- All Implemented Interfaces:
Serializable
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.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BindingVerificationException(String message)
Create aDeployBindingVerificationExceptionmentException
with a detail message.BindingVerificationException(String message, Throwable cause)
Create aBindingVerificationException
with a detail message and cause.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
BindingVerificationException
public BindingVerificationException(String message)
Create a
DeployBindingVerificationExceptionmentException
with a detail message.- Parameters:
message
- the detail message.
-
-