javax.activity
Class ActivityCompletedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.rmi.RemoteException
javax.activity.ActivityCompletedException
- All Implemented Interfaces:
- Serializable
public class ActivityCompletedException
- extends RemoteException
Exception wrapper for CORBA.ACTIVITY_COMPLETED.
- See Also:
ACTIVITY_COMPLETED
,
Serialized Form
ActivityCompletedException
public ActivityCompletedException()
- Creates an exception with a null message, and cause initialized
to null.
ActivityCompletedException
public ActivityCompletedException(String s)
- Creates an exception with the given message, and cause
initialized to null.
- Parameters:
s
- the message
ActivityCompletedException
public ActivityCompletedException(Throwable e)
- Creates an exception with the given cause, and a null message.
- Parameters:
e
- the cause
ActivityCompletedException
public ActivityCompletedException(String s,
Throwable e)
- Creates an exception with the given message and cause.
- Parameters:
s
- the messagee
- the cause