Searched refs:msg (Results 1 – 1 of 1) sorted by relevance
1170 String msg = readString(); in readException() local1171 return createException(code, msg); in readException()1206 private @NonNull Exception createException(int code, String msg) { in createException() argument1211 return new SecurityException(msg); in createException()1213 return new BadParcelableException(msg); in createException()1215 return new IllegalArgumentException(msg); in createException()1217 return new NullPointerException(msg); in createException()1219 return new IllegalStateException(msg); in createException()1223 return new UnsupportedOperationException(msg); in createException()1226 + " msg " + msg); in createException()