public class InvalidActivityException extends RemoteException
INVALID_ACTIVITY
,
Serialized Formdetail
Constructor and Description |
---|
InvalidActivityException()
Creates an exception with a null message, and cause initialized
to null.
|
InvalidActivityException(String s)
Creates an exception with the given message, and cause
initialized to null.
|
InvalidActivityException(String s,
Throwable e)
Creates an exception with the given message and cause.
|
InvalidActivityException(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 InvalidActivityException()
public InvalidActivityException(String s)
s
- the messagepublic InvalidActivityException(Throwable e)
e
- the causepublic InvalidActivityException(String s, Throwable e)
s
- the messagee
- the cause