You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Siddharth Seth (JIRA)" <ji...@apache.org> on 2013/02/28 03:07:12 UTC

[jira] [Created] (HADOOP-9343) Allow additional exceptions through the RPC layer

Siddharth Seth created HADOOP-9343:
--------------------------------------

             Summary: Allow additional exceptions through the RPC layer
                 Key: HADOOP-9343
                 URL: https://issues.apache.org/jira/browse/HADOOP-9343
             Project: Hadoop Common
          Issue Type: Improvement
    Affects Versions: 2.0.3-alpha
            Reporter: Siddharth Seth
            Assignee: Siddharth Seth


The RPC layer currently only allows IOException, RuntimeException, InterruptedException and their derivatives - which limits exceptions declared by protocols.
Other exceptions end up at the client as an UndeclaredThrowableException wrapped in RemoteException.
Additional exception types should be allowed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira