public class ActivityCompletedException extends RemoteException
detail
Constructor and Description |
---|
ActivityCompletedException()
构造一个具有null作为其详细消息的新实例。
|
ActivityCompletedException(String message)
构造具有指定详细消息的新实例。
|
ActivityCompletedException(String message,
Throwable cause)
构造一个具有指定的详细信息和原因的新的throwable。
|
ActivityCompletedException(Throwable cause)
构造具有指定原因的新的throwable。
|
getCause, getMessage
addSuppressed,
fillInStackTrace, getLocalizedMessage,
getStackTrace, getSuppressed, initCause,
printStackTrace, printStackTrace,
printStackTrace,
setStackTrace,
toString
public ActivityCompletedException()
public ActivityCompletedException(String message)
message
- 详细信息。
public ActivityCompletedException(Throwable cause)
cause
- 类型为
Throwable
的链接
Throwable
。