javax.activity
Class ActivityRequiredException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by java.rmi.RemoteException
                  extended by javax.activity.ActivityRequiredException
All Implemented Interfaces:
Serializable

public class ActivityRequiredException
extends RemoteException

Exception wrapper for CORBA.ACTIVITY_REQUIRED

See Also:
ACTIVITY_REQUIRED, Serialized Form

Field Summary
 
Fields inherited from class java.rmi.RemoteException
detail
 
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(String s, Throwable e)
          Creates an exception with the given message and cause.
ActivityRequiredException(Throwable e)
          Creates an exception with the given cause, and a null message.
 
Method Summary
 
Methods inherited from class java.rmi.RemoteException
getCause, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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