Searched refs:ResourceUnavailableException (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/net/
H A DIpSecManager.java94 public static final class ResourceUnavailableException extends AndroidException { class in class:IpSecManager
96 ResourceUnavailableException(String msg) { method in class:IpSecManager.ResourceUnavailableException
143 throws ResourceUnavailableException, SpiUnavailableException {
160 throw new ResourceUnavailableException(
201 * @throws ResourceUnavailableException indicating that too many SPIs are currently allocated
206 int direction, InetAddress remoteAddress) throws ResourceUnavailableException {
214 throw new ResourceUnavailableException("No SPIs available");
228 * @throws ResourceUnavailableException indicating that too many SPIs are currently allocated
233 throws SpiUnavailableException, ResourceUnavailableException {
415 throws ResourceUnavailableException, IOExceptio
[all...]
H A DIpSecTransform.java115 throws IOException, IpSecManager.ResourceUnavailableException,
122 throw new IpSecManager.ResourceUnavailableException(
134 throws IOException, IpSecManager.ResourceUnavailableException,
429 * user this operation will fail and throw ResourceUnavailableException. To avoid these
440 * @throws IpSecManager.ResourceUnavailableException in the event that no more Transforms
444 * @throws ResourceUnavailableException if the current user currently has exceeded the
448 throws IpSecManager.ResourceUnavailableException,

Completed in 63 milliseconds