Exception: javax.activity.ActivityRequiredException
- public exception ActivityRequiredException
- extends RemoteException
This exception is thrown by a container if Activity context is not received
on a method for which Activity context is mandatory. This exception
indicates a deployment or application configuration error. This exception
will be propagated across ORB boundaries via an
org.omg.CORBA.ACTIVITY_REQUIRED system exception.
Inheritance
Superclass tree:- java.lang.Object
- java.lang.Throwable
- java.lang.Exception
- java.io.IOException
- java.rmi.RemoteException
- javax.activity.ActivityRequiredException
Methods
-
ActivityRequiredExceptiontop
public ActivityRequiredException()Constructs a new instance with null as its detail message. -
ActivityRequiredExceptiontop
public ActivityRequiredException(String message)Constructs a new instance with the specified detail message. -
ActivityRequiredExceptiontop
Constructs a new throwable with the specified detail message and cause. -
ActivityRequiredExceptiontop
public ActivityRequiredException(Throwable cause)Constructs a new throwable with the specified cause.
