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