Class 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.
    Use DOMRpcImplementationNotAvailableException instead.
    Exception indicating that no implementation of the requested RPC service is available.
    See Also:
    Serialized Form
    • 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.
      • DOMRpcImplementationNotAvailableException

        public DOMRpcImplementationNotAvailableException​(String message,
                                                         Throwable cause)
        Deprecated, for removal: This API element is subject to removal in a future version.