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

/frameworks/base/telephony/java/com/android/ims/
H A DImsException.java26 public class ImsException extends Exception { class in inherits:Exception
33 public ImsException() { method in class:ImsException
36 public ImsException(String message, int code) { method in class:ImsException
41 public ImsException(String message, Throwable cause, int code) { method in class:ImsException
47 * Gets the detailed exception code when ImsException is throwed

Completed in 88 milliseconds