Most visited

Recently visited

Added in API level 1

RemoteException

public class RemoteException
extends AndroidException

java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ android.util.AndroidException
         ↳ android.os.RemoteException
Known Direct Subclasses
Known Indirect Subclasses


Parent exception for all Binder remote-invocation errors

Summary

Public constructors

RemoteException()
RemoteException(String message)

Inherited methods

From class java.lang.Throwable
From class java.lang.Object

Public constructors

RemoteException

Added in API level 1
RemoteException ()

RemoteException

Added in API level 15
RemoteException (String message)

Parameters
message String

Hooray!