Searched defs:TransactionTooLargeException (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/os/
H A DTransactionTooLargeException.java26 * then the call will fail and {@link TransactionTooLargeException} will be thrown.
34 * {@link TransactionTooLargeException}. Either the client was unable to send
41 * The key to avoiding {@link TransactionTooLargeException} is to keep all
55 public class TransactionTooLargeException extends RemoteException { class in inherits:RemoteException
56 public TransactionTooLargeException() { method in class:TransactionTooLargeException
60 public TransactionTooLargeException(String msg) { method in class:TransactionTooLargeException

Completed in 367 milliseconds