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