javax.activity
public class InvalidActivityException extends RemoteException
See Also: INVALID_ACTIVITY
Constructor Summary | |
---|---|
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(Throwable e)
Creates an exception with the given cause, and a null message.
| |
InvalidActivityException(String s, Throwable e)
Creates an exception with the given message and cause.
|
Parameters: s the message
Parameters: e the cause
Parameters: s the message e the cause