Exception: javax.activity.ActivityRequiredException

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: Implements:

Methods

  • ActivityRequiredExceptiontop

    public ActivityRequiredException()
    Constructs a new instance with null as its detail message.
    Google Code Search
    Stack Overflow
  • ActivityRequiredExceptiontop

    public ActivityRequiredException(String message)
    Constructs a new instance with the specified detail message.
    Parameters:
    @param message the detail message.
    Google Code Search
    Stack Overflow
  • ActivityRequiredExceptiontop

    public ActivityRequiredException(String message, Throwable cause)
    Constructs a new throwable with the specified detail message and cause.
    Parameters:
    @param message the detail message.
    @param cause a chained exception of type Throwable.
    Google Code Search
    Stack Overflow
  • ActivityRequiredExceptiontop

    public ActivityRequiredException(Throwable cause)
    Constructs a new throwable with the specified cause.
    Parameters:
    @param cause a chained exception of type Throwable.
    Google Code Search
    Stack Overflow