Searched refs:exceptions (Results 1 – 25 of 275) sorted by relevance
1234567891011
20 import static android.net.ipsec.ike.exceptions.IkeProtocolException.ERROR_TYPE_AUTHENTICATION_FAILE…21 import static android.net.ipsec.ike.exceptions.IkeProtocolException.ERROR_TYPE_CHILD_SA_NOT_FOUND;22 import static android.net.ipsec.ike.exceptions.IkeProtocolException.ERROR_TYPE_FAILED_CP_REQUIRED;23 import static android.net.ipsec.ike.exceptions.IkeProtocolException.ERROR_TYPE_INTERNAL_ADDRESS_FAI…24 import static android.net.ipsec.ike.exceptions.IkeProtocolException.ERROR_TYPE_INVALID_IKE_SPI;25 import static android.net.ipsec.ike.exceptions.IkeProtocolException.ERROR_TYPE_INVALID_KE_PAYLOAD;26 import static android.net.ipsec.ike.exceptions.IkeProtocolException.ERROR_TYPE_INVALID_MAJOR_VERSIO…27 import static android.net.ipsec.ike.exceptions.IkeProtocolException.ERROR_TYPE_INVALID_MESSAGE_ID;28 import static android.net.ipsec.ike.exceptions.IkeProtocolException.ERROR_TYPE_INVALID_SELECTORS;29 import static android.net.ipsec.ike.exceptions.IkeProtocolException.ERROR_TYPE_INVALID_SYNTAX;[all …]
26 import android.net.ipsec.ike.exceptions.AuthenticationFailedException;27 import android.net.ipsec.ike.exceptions.IkeProtocolException;28 import android.net.ipsec.ike.exceptions.InvalidSyntaxException;
22 import android.net.ipsec.ike.exceptions.IkeProtocolException;23 import android.net.ipsec.ike.exceptions.InvalidMajorVersionException;24 import android.net.ipsec.ike.exceptions.InvalidSyntaxException;
19 import android.net.ipsec.ike.exceptions.IkeProtocolException;20 import android.net.ipsec.ike.exceptions.InvalidSyntaxException;
19 import android.net.ipsec.ike.exceptions.AuthenticationFailedException;20 import android.net.ipsec.ike.exceptions.IkeProtocolException;
19 import static android.net.ipsec.test.ike.exceptions.IkeProtocolException.ERROR_TYPE_AUTHENTICATION_…20 import static android.net.ipsec.test.ike.exceptions.IkeProtocolException.ERROR_TYPE_CHILD_SA_NOT_FO…21 import static android.net.ipsec.test.ike.exceptions.IkeProtocolException.ERROR_TYPE_FAILED_CP_REQUI…22 import static android.net.ipsec.test.ike.exceptions.IkeProtocolException.ERROR_TYPE_INTERNAL_ADDRES…23 import static android.net.ipsec.test.ike.exceptions.IkeProtocolException.ERROR_TYPE_INVALID_IKE_SPI;24 import static android.net.ipsec.test.ike.exceptions.IkeProtocolException.ERROR_TYPE_INVALID_KE_PAYL…25 import static android.net.ipsec.test.ike.exceptions.IkeProtocolException.ERROR_TYPE_INVALID_SELECTO…26 import static android.net.ipsec.test.ike.exceptions.IkeProtocolException.ERROR_TYPE_INVALID_SYNTAX;27 import static android.net.ipsec.test.ike.exceptions.IkeProtocolException.ERROR_TYPE_NO_ADDITIONAL_S…28 import static android.net.ipsec.test.ike.exceptions.IkeProtocolException.ERROR_TYPE_NO_PROPOSAL_CHO…[all …]
20 import static android.net.ipsec.ike.exceptions.IkeException.wrapAsIkeException;23 import android.net.ipsec.ike.exceptions.IkeException;24 import android.net.ipsec.ike.exceptions.IkeIOException;25 import android.net.ipsec.ike.exceptions.IkeInternalException;26 import android.net.ipsec.ike.exceptions.IkeNetworkLostException;27 import android.net.ipsec.ike.exceptions.IkeTimeoutException;
22 import android.net.ipsec.ike.exceptions.IkeException;23 import android.net.ipsec.ike.exceptions.IkeInternalException;24 import android.net.ipsec.ike.exceptions.IkeNetworkLostException;
28 import android.net.ipsec.ike.exceptions.IkeIOException;29 import android.net.ipsec.ike.exceptions.IkeInternalException;30 import android.net.ipsec.ike.exceptions.IkeNetworkLostException;31 import android.net.ipsec.ike.exceptions.IkeTimeoutException;32 import android.net.ipsec.ike.exceptions.InvalidKeException;33 import android.net.ipsec.ike.exceptions.InvalidMajorVersionException;34 import android.net.ipsec.ike.exceptions.InvalidSelectorsException;
24 import static android.net.ipsec.ike.exceptions.IkeProtocolException.ERROR_TYPE_AUTHENTICATION_FAILE…25 import static android.net.ipsec.ike.exceptions.IkeProtocolException.ERROR_TYPE_NO_PROPOSAL_CHOSEN;26 import static android.net.ipsec.ike.exceptions.IkeProtocolException.ERROR_TYPE_TS_UNACCEPTABLE;37 import android.net.ipsec.ike.exceptions.IkeProtocolException;
22 import android.net.ipsec.test.ike.exceptions.IkeException;23 import android.net.ipsec.test.ike.exceptions.IkeIOException;24 import android.net.ipsec.test.ike.exceptions.IkeTimeoutException;
22 import android.net.ipsec.test.ike.exceptions.IkeException;23 import android.net.ipsec.test.ike.exceptions.IkeInternalException;
17 package android.net.ipsec.test.ike.exceptions;19 import static android.net.ipsec.test.ike.exceptions.IkeProtocolException.ERROR_TYPE_NO_PROPOSAL_CHO…20 import static android.net.ipsec.test.ike.exceptions.IkeProtocolException.ERROR_TYPE_UNSUPPORTED_CRI…
3 Methods must not throw generic exceptions (`java.lang.Throwable`)5 Methods must not throw generic exceptions (`java.lang.Throwable`)7 Methods must not throw generic exceptions (`java.lang.Throwable`)
21 import android.net.ipsec.test.ike.exceptions.IkeException;22 import android.net.ipsec.test.ike.exceptions.IkeProtocolException;23 import android.net.ipsec.test.ike.exceptions.InvalidIkeSpiException;
19 import android.net.ipsec.ike.exceptions.IkeIOException;20 import android.net.ipsec.ike.exceptions.IkeInternalException;21 import android.net.ipsec.ike.exceptions.IkeNetworkLostException;22 import android.net.ipsec.ike.exceptions.IkeProtocolException;
30 import com.android.internal.net.eap.exceptions.EapInvalidPacketLengthException;31 import com.android.internal.net.eap.exceptions.EapSilentException;32 import com.android.internal.net.eap.exceptions.InvalidEapCodeException;33 import com.android.internal.net.eap.exceptions.UnsupportedEapTypeException;
22 import android.net.ipsec.ike.exceptions.IkeException;23 import android.net.ipsec.ike.exceptions.IkeProtocolException;
18 … public default void onClosedExceptionally(@NonNull android.net.ipsec.ike.exceptions.IkeException);49 … public default void onClosedExceptionally(@NonNull android.net.ipsec.ike.exceptions.IkeException);50 …method @Deprecated public default void onError(@NonNull android.net.ipsec.ike.exceptions.IkeProtoc…102 package android.net.ipsec.ike.exceptions {104 public abstract class IkeProtocolException extends android.net.ipsec.ike.exceptions.IkeException {
103 …method public default void onClosedWithException(@NonNull android.net.ipsec.ike.exceptions.IkeExce…187 …method public default void onClosedWithException(@NonNull android.net.ipsec.ike.exceptions.IkeExce…188 method public default void onError(@NonNull android.net.ipsec.ike.exceptions.IkeException);394 package android.net.ipsec.ike.exceptions {399 …public final class IkeIOException extends android.net.ipsec.ike.exceptions.IkeNonProtocolException…404 …public final class IkeInternalException extends android.net.ipsec.ike.exceptions.IkeNonProtocolExc…409 …public final class IkeNetworkLostException extends android.net.ipsec.ike.exceptions.IkeNonProtocol…414 …public abstract class IkeNonProtocolException extends android.net.ipsec.ike.exceptions.IkeExceptio…417 public abstract class IkeProtocolException extends android.net.ipsec.ike.exceptions.IkeException {441 …public final class InvalidKeException extends android.net.ipsec.ike.exceptions.IkeProtocolExceptio…[all …]
47 import com.android.internal.net.eap.exceptions.EapInvalidRequestException;48 import com.android.internal.net.eap.exceptions.EapSilentException;49 import com.android.internal.net.eap.exceptions.simaka.EapSimAkaAuthenticationFailureException;50 import com.android.internal.net.eap.exceptions.simaka.EapSimAkaIdentityUnavailableException;51 import com.android.internal.net.eap.exceptions.simaka.EapSimAkaInvalidAttributeException;52 import com.android.internal.net.eap.exceptions.simaka.EapSimAkaInvalidLengthException;
24 import com.android.internal.net.eap.exceptions.simaka.EapSimAkaInvalidAttributeException;25 import com.android.internal.net.eap.exceptions.simaka.EapSimAkaUnsupportedAttributeException;26 import com.android.internal.net.eap.exceptions.simaka.EapSimInvalidAtRandException;
23 import com.android.internal.net.eap.exceptions.simaka.EapSimAkaInvalidAttributeException;24 import com.android.internal.net.eap.exceptions.simaka.EapSimAkaUnsupportedAttributeException;
11 - An [exception vector](exceptions.S) to call your exception handlers.75 You must provide handlers for each of the 8 types of exceptions which can occur on aarch64. These76 must use the C ABI, and have the expected names. For example, to log sync exceptions and reboot:105 See [example/src/exceptions.rs](examples/src/exceptions.rs) for a complete example.