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