javax.activity

Class InvalidActivityException

public class InvalidActivityException extends RemoteException

Exception wrapper for CORBA.INVALID_ACTIVITY.

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.

Constructor Detail

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 message e the cause