Constructors Summary |
---|
public AndroidRuntimeException()
|
public AndroidRuntimeException(String name)
super(name);
|
public AndroidRuntimeException(String name, Throwable cause)
super(name, cause);
|
public AndroidRuntimeException(Exception cause)
super(cause);
|