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