javax.activity

Class ActivityRequiredException

public class ActivityRequiredException extends RemoteException

Exception wrapper for CORBA.ACTIVITY_REQUIRED

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.

Constructor Detail

ActivityRequiredException

public ActivityRequiredException()
Creates an exception with a null message, and cause initialized to null.

ActivityRequiredException

public ActivityRequiredException(String s)
Creates an exception with the given message, and cause initialized to null.

Parameters: s the message

ActivityRequiredException

public ActivityRequiredException(Throwable e)
Creates an exception with the given cause, and a null message.

Parameters: e the cause

ActivityRequiredException

public ActivityRequiredException(String s, Throwable e)
Creates an exception with the given message and cause.

Parameters: s the message e the cause