Searched refs:ChildSaNotFoundException (Results 1 – 3 of 3) sorted by relevance
31 public final class ChildSaNotFoundException extends IkeProtocolException { class44 public ChildSaNotFoundException(int spi) { in ChildSaNotFoundException() method in ChildSaNotFoundException56 public ChildSaNotFoundException(int spi, byte[] notifyData) { in ChildSaNotFoundException() method in ChildSaNotFoundException
45 import android.net.ipsec.test.ike.exceptions.ChildSaNotFoundException;356 ChildSaNotFoundException exception = in testValidateAndBuildChildSaNotFoundException()357 (ChildSaNotFoundException) errNotify.validateAndBuildIkeException(); in testValidateAndBuildChildSaNotFoundException()360 exception, ERROR_TYPE_CHILD_SA_NOT_FOUND, ChildSaNotFoundException.class); in testValidateAndBuildChildSaNotFoundException()
39 import android.net.ipsec.ike.exceptions.ChildSaNotFoundException;537 return new ChildSaNotFoundException(spi, notifyData); in validateAndBuildIkeException()