org.hbase.async
Class RemoteException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.hbase.async.HBaseException
                  extended by org.hbase.async.NonRecoverableException
                      extended by org.hbase.async.RemoteException
All Implemented Interfaces:
Serializable

public final class RemoteException
extends NonRecoverableException

An unclassified exception that occurred on the server side.

See Also:
Serialized Form

Method Summary
 String getType()
          Returns the name of the class of the remote exception.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getType

public String getType()
Returns the name of the class of the remote exception.