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