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

@NonNullByDefault public class DOMRpcImplementationNotAvailableException extends DOMRpcException
Exception indicating that no implementation of the requested RPC service is available.
See Also:
  • Constructor Details

    • DOMRpcImplementationNotAvailableException

      public DOMRpcImplementationNotAvailableException(String format, Object... args)
    • DOMRpcImplementationNotAvailableException

      public DOMRpcImplementationNotAvailableException(Throwable cause, String format, Object... args)