Home
last modified time | relevance | path

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

/packages/modules/IPsec/src/java/android/net/ipsec/ike/exceptions/
DIkeException.java26 public abstract class IkeException extends Exception { class
28 protected IkeException() { in IkeException() method in IkeException
33 protected IkeException(String message) { in IkeException() method in IkeException
38 protected IkeException(Throwable cause) { in IkeException() method in IkeException
43 protected IkeException(String message, Throwable cause) { in IkeException() method in IkeException