Class DOMRpcImplementationNotAvailableException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.opendaylight.mdsal.dom.api.DOMRpcException
-
- org.opendaylight.controller.md.sal.dom.api.DOMRpcException
-
- org.opendaylight.controller.md.sal.dom.api.DOMRpcImplementationNotAvailableException
-
- All Implemented Interfaces:
Serializable
@Deprecated(forRemoval=true) public class DOMRpcImplementationNotAvailableException extends DOMRpcException
Deprecated, for removal: This API element is subject to removal in a future version.UseDOMRpcImplementationNotAvailableException
instead.Exception indicating that no implementation of the requested RPC service is available.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DOMRpcImplementationNotAvailableException(@NonNull String format, Object... args)
Deprecated, for removal: This API element is subject to removal in a future version.DOMRpcImplementationNotAvailableException(@NonNull Throwable cause, @NonNull String format, Object... args)
Deprecated, for removal: This API element is subject to removal in a future version.DOMRpcImplementationNotAvailableException(String message, Throwable cause)
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
DOMRpcImplementationNotAvailableException
public DOMRpcImplementationNotAvailableException(@NonNull String format, Object... args)
Deprecated, for removal: This API element is subject to removal in a future version.
-
DOMRpcImplementationNotAvailableException
public DOMRpcImplementationNotAvailableException(@NonNull Throwable cause, @NonNull String format, Object... args)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-