Package android.os
Class RemoteException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- android.util.AndroidException
-
- android.os.RemoteException
-
- All Implemented Interfaces:
Serializable
public class RemoteException extends AndroidException
Parent exception for all Binder remote-invocation errors- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RemoteException()RemoteException(String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RuntimeExceptionrethrowAsRuntimeException()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
RemoteException
public RemoteException()
-
RemoteException
public RemoteException(String message)
-
-
Method Detail
-
rethrowAsRuntimeException
public RuntimeException rethrowAsRuntimeException()
-
-