public class ActivityRequiredException extends java.rmi.RemoteException
org.omg.CORBA.ACTIVITY_REQUIRED,
Serialized Form| Constructor and Description |
|---|
ActivityRequiredException()
Creates an exception with a null message, and cause initialized
to null.
|
ActivityRequiredException(java.lang.String s)
Creates an exception with the given message, and cause
initialized to null.
|
ActivityRequiredException(java.lang.String s,
java.lang.Throwable e)
Creates an exception with the given message and cause.
|
ActivityRequiredException(java.lang.Throwable e)
Creates an exception with the given cause, and a null message.
|
public ActivityRequiredException()
public ActivityRequiredException(java.lang.String s)
s - the messagepublic ActivityRequiredException(java.lang.Throwable e)
e - the causepublic ActivityRequiredException(java.lang.String s, java.lang.Throwable e)
s - the messagee - the cause