Class DefaultDOMRpcException
- 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.DefaultDOMRpcException
-
- All Implemented Interfaces:
Serializable
@Deprecated(forRemoval=true) public class DefaultDOMRpcException extends DOMRpcException
Deprecated, for removal: This API element is subject to removal in a future version.UseDefaultDOMRpcException
instead.Default implementation of DOMRpcException.- Author:
- Thomas Pantelis
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DefaultDOMRpcException(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
-
-