All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class javax.ejb.RemoveException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----javax.ejb.RemoveException

public class RemoveException
extends Exception
The RemoveException exception is thrown at an attempt to remove an EJB object when the enterprise Bean or the container does not allow the EJB object to be removed.


Constructor Index

 o RemoveException()
Constructs an RemoveException with no detail message.
 o RemoveException(String)
Constructs an RemoveException with the specified detail message.

Constructors

 o RemoveException
 public RemoveException()
Constructs an RemoveException with no detail message.

 o RemoveException
 public RemoveException(String message)
Constructs an RemoveException with the specified detail message.


All Packages  Class Hierarchy  This Package  Previous  Next  Index