Returns the name of the class of the remote exception.
()
| 48 | * Returns the name of the class of the remote exception. |
| 49 | */ |
| 50 | public String getType() { |
| 51 | return type; |
| 52 | } |
| 53 | |
| 54 | @Override |
| 55 | RemoteException make(final Object msg, final HBaseRpc rpc) { |