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
。
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.