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.java23 public abstract class IkeException extends Exception { class
25 protected IkeException() { in IkeException() method in IkeException
30 protected IkeException(String message) { in IkeException() method in IkeException
35 protected IkeException(Throwable cause) { in IkeException() method in IkeException
40 protected IkeException(String message, Throwable cause) { in IkeException() method in IkeException