public class ActivityCompletedException extends RemoteException
ACTIVITY_COMPLETED
,
Serialized Formdetail
Constructor and Description |
---|
ActivityCompletedException()
Creates an exception with a null message, and cause initialized
to null.
|
ActivityCompletedException(String s)
Creates an exception with the given message, and cause
initialized to null.
|
ActivityCompletedException(String s,
Throwable e)
Creates an exception with the given message and cause.
|
ActivityCompletedException(Throwable e)
Creates an exception with the given cause, and a null message.
|
getCause, getMessage
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ActivityCompletedException()
public ActivityCompletedException(String s)
s
- the messagepublic ActivityCompletedException(Throwable e)
e
- the causepublic ActivityCompletedException(String s, Throwable e)
s
- the messagee
- the cause