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;336 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;1591 throw new LimitExceededException(
6055 android.os.LimitExceededException
28843 Landroid/os/LimitExceededException;
6059 android.os.LimitExceededException
38950 Landroid/os/LimitExceededException;
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
33117 public class LimitExceededException extends java.lang.IllegalStateException {33118 ctor public LimitExceededException();33119 ctor public LimitExceededException(@NonNull String);