Class RemoteWithExtrasException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.ipc.RemoteException
org.apache.hadoop.hbase.ipc.RemoteWithExtrasException
All Implemented Interfaces:
Serializable

@Public public class RemoteWithExtrasException extends org.apache.hadoop.ipc.RemoteException
A RemoteException with some extra information. If source exception was a DoNotRetryIOException, isDoNotRetry() will return true.

A RemoteException hosts exceptions we got from the server.

See Also: