FileDocCategorySizeDatePackage
RemoteException.javaAPI DocAndroid 5.1 API1062Thu Mar 12 22:22:10 GMT 2015android.os

RemoteException

public class RemoteException extends android.util.AndroidException
Parent exception for all Binder remote-invocation errors

Fields Summary
Constructors Summary
public RemoteException()

        super();
    
public RemoteException(String message)

        super(message);
    
Methods Summary
public java.lang.RuntimeExceptionrethrowAsRuntimeException()
{@hide}

        throw new RuntimeException(this);