Searched refs:LimitExceededException (Results 1 – 11 of 11) sorted by relevance
22 public class LimitExceededException extends IllegalStateException { class29 public LimitExceededException() { in LimitExceededException() method in LimitExceededException41 public LimitExceededException(@NonNull String message) { in LimitExceededException() method in LimitExceededException
28 import android.os.LimitExceededException;196 e.maybeRethrow(LimitExceededException.class); in createSession()321 e.maybeRethrow(LimitExceededException.class); in acquireLease()384 e.maybeRethrow(LimitExceededException.class); in acquireLease()793 e.maybeRethrow(LimitExceededException.class); in allowPackageAccess()
47 import android.os.LimitExceededException;337 throw new ParcelableException(new LimitExceededException( in allowPackageAccess()
77 import android.os.LimitExceededException;353 throw new LimitExceededException("Too many active sessions for the caller: " in createSessionInternal()461 throw new LimitExceededException("Too many leased blobs for the caller: " in acquireLeaseInternal()495 throw new LimitExceededException("Total amount of data with an active lease" in acquireLeaseInternal()1469 } catch (LimitExceededException e) { in createSession()1552 } catch (LimitExceededException e) { in acquireLease()
75 import android.os.LimitExceededException;1722 throw new LimitExceededException(
6169 android.os.LimitExceededException
28568 Landroid/os/LimitExceededException;
6173 android.os.LimitExceededException
38702 Landroid/os/LimitExceededException;
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
33214 public class LimitExceededException extends java.lang.IllegalStateException {33215 ctor public LimitExceededException();33216 ctor public LimitExceededException(@NonNull String);