aboutsummaryrefslogtreecommitdiff
path: root/car-lib/api/current.txt
diff options
context:
space:
mode:
authorKeun-young Park <keunyoung@google.com>2016-10-06 19:50:16 -0700
committerKeun-young Park <keunyoung@google.com>2016-10-06 19:57:02 -0700
commit2678da209b9d005177777ce104bc45ecf4720841 (patch)
tree9a1d0d718f7d9217073c32db98d5ffdfb7086c0e /car-lib/api/current.txt
parent07ddbbd70e518e271f941f92df1b0e5501af0ad1 (diff)
downloadCar-2678da209b9d005177777ce104bc45ecf4720841.tar.gz
remove CaeOperartionNotSUpportedException
bug: 31930987 Test: car service test Change-Id: Iafc881e252f3e62a8a181a97352d4d0e0173c095
Diffstat (limited to 'car-lib/api/current.txt')
-rw-r--r--car-lib/api/current.txt7
1 files changed, 0 insertions, 7 deletions
diff --git a/car-lib/api/current.txt b/car-lib/api/current.txt
index b2be6f7bc7..6d31ae61e3 100644
--- a/car-lib/api/current.txt
+++ b/car-lib/api/current.txt
@@ -59,13 +59,6 @@ package android.car {
ctor public CarNotConnectedException(java.lang.Exception);
}
- public class CarOperationNotSupportedException extends java.lang.Exception {
- ctor public CarOperationNotSupportedException();
- ctor public CarOperationNotSupportedException(java.lang.String);
- ctor public CarOperationNotSupportedException(java.lang.String, java.lang.Throwable);
- ctor public CarOperationNotSupportedException(java.lang.Exception);
- }
-
}
package android.car.annotation {