Home
last modified time | relevance | path

Searched defs:IkeProtocolException (Results 1 – 1 of 1) sorted by relevance

/packages/modules/IPsec/src/java/android/net/ipsec/ike/exceptions/
DIkeProtocolException.java39 public abstract class IkeProtocolException extends IkeException { class
107 protected IkeProtocolException(@ErrorType int code) { in IkeProtocolException() method in IkeProtocolException
114 protected IkeProtocolException(@ErrorType int code, String message) { in IkeProtocolException() method in IkeProtocolException
121 protected IkeProtocolException(@ErrorType int code, Throwable cause) { in IkeProtocolException() method in IkeProtocolException
128 protected IkeProtocolException(@ErrorType int code, String message, Throwable cause) { in IkeProtocolException() method in IkeProtocolException
139 protected IkeProtocolException(@ErrorType int code, byte[] notifyData) { in IkeProtocolException() method in IkeProtocolException