Searched defs:ImsException (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsException.java24 public class ImsException extends Exception { class in inherits:Exception
31 public ImsException() { method in class:ImsException
34 public ImsException(String message, int code) { method in class:ImsException
39 public ImsException(String message, Throwable cause, int code) { method in class:ImsException
45 * Gets the detailed exception code when ImsException is throwed

Completed in 998 milliseconds