All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class javax.ejb.DestroyException

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

public class DestroyException
extends Exception
The DestroyException exception is thrown at an attempt to destroy an EJB object, and the enterprise bean or the container does not allow the object to be destroyed.


Constructor Index

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

Constructors

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

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


All Packages  Class Hierarchy  This Package  Previous  Next  Index