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, getMessageaddSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ActivityCompletedException()
public ActivityCompletedException(String message)
message - 详细信息。
public ActivityCompletedException(Throwable cause)
cause - 类型为
Throwable的链接
Throwable 。