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.
-
DestroyException()
- Constructs an DestroyException with no detail message.
-
DestroyException(String)
- Constructs an DestroyException with the specified
detail message.
DestroyException
public DestroyException()
- Constructs an DestroyException with no detail message.
DestroyException
public DestroyException(String message)
- Constructs an DestroyException with the specified
detail message.
All Packages Class Hierarchy This Package Previous Next Index