Do not use hidden API ParcelableException

ParcelableException, when written into Parcel, just keeps the
excaption class name and its string representation. So we
pass the same across AIDL and compose the Exception class
on the other side, following how a ParcelableException
is read from Parcel.

Bug: 141315988
Test: make
Change-Id: Ic022b8ae2109086ada88851a46fab3c23b7e7379
Merged-In: I549f1316824857cdb6f4bbd47e6789eda0dcadd7
1 file changed