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