Package com.opencloud.rhino.management
Class NoSuchBindingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.opencloud.rhino.management.NoSuchBindingException
-
- All Implemented Interfaces:
Serializable
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.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoSuchBindingException(String message)
Create aNoSuchBindingException
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
-
NoSuchBindingException
public NoSuchBindingException(String message)
Create a
NoSuchBindingException
with no detail message.
-
-