Searched refs:LimitExceededException (Results 1 – 6 of 6) 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()777 e.maybeRethrow(LimitExceededException.class); in allowPackageAccess()
47 import android.os.LimitExceededException;336 throw new ParcelableException(new LimitExceededException( in allowPackageAccess()
76 import android.os.LimitExceededException;351 throw new LimitExceededException("Too many active sessions for the caller: " in createSessionInternal()459 throw new LimitExceededException("Too many leased blobs for the caller: " in acquireLeaseInternal()493 throw new LimitExceededException("Total amount of data with an active lease" in acquireLeaseInternal()1448 } catch (LimitExceededException e) { in createSession()1533 } catch (LimitExceededException e) { in acquireLease()
58 import android.os.LimitExceededException;1081 throw new LimitExceededException(
31316 public class LimitExceededException extends java.lang.IllegalStateException {31317 ctor public LimitExceededException();31318 ctor public LimitExceededException(@NonNull String);