Package org.opendaylight.mdsal.dom.api
Class DOMRpcImplementationNotAvailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opendaylight.mdsal.dom.api.DOMRpcException
org.opendaylight.mdsal.dom.api.DOMRpcImplementationNotAvailableException
- All Implemented Interfaces:
Serializable
Exception indicating that no implementation of the requested RPC service is available.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDOMRpcImplementationNotAvailableException
(String format, Object... args) DOMRpcImplementationNotAvailableException
(Throwable cause, String format, Object... args) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DOMRpcImplementationNotAvailableException
-
DOMRpcImplementationNotAvailableException
-