Home
last modified time | relevance | path

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

/packages/apps/IM/src/com/android/im/engine/
DImException.java25 public class ImException extends Exception { class
33 public ImException(String message) { in ImException() method in ImException
43 public ImException(ImErrorInfo error) { in ImException() method in ImException
53 public ImException(Throwable cause) { in ImException() method in ImException
63 public ImException(String message, Throwable cause) { in ImException() method in ImException
73 public ImException(int imErrorCode, String description) { in ImException() method in ImException