OSDN Git Service

Rethrow remote's ServiceSpecificException
authorChristopher Wiley <wiley@google.com>
Mon, 23 Nov 2015 01:12:37 +0000 (17:12 -0800)
committerChristopher Wiley <wiley@google.com>
Sat, 5 Dec 2015 00:06:08 +0000 (16:06 -0800)
commit80fd1208b99fbb88f24faa5d55183cdbbdeb6777
tree3afd0ca2c35711f33d3539e66da9def5a822e75a
parent1c9bdfd0294cd1b13470ae6443bfa2ad425bd7dd
Rethrow remote's ServiceSpecificException

Certain system services would like to throw exceptions
with specific error codes, so that the framework can catch
these specific conditions and express them appropriately.

Bug: 25800533
Change-Id: I94b3d30fa131f5e14bba893c971615840085459f
core/java/android/os/Parcel.java
core/java/android/os/ServiceSpecificException.java [new file with mode: 0644]