Package com.sun.ejb.containers
Class BaseContainer.PreInvokeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jakarta.ejb.EJBException
com.sun.ejb.containers.BaseContainer.PreInvokeException
- All Implemented Interfaces:
Serializable
- Enclosing class:
BaseContainer
public static final class BaseContainer.PreInvokeException
extends jakarta.ejb.EJBException
PreInvokeException is used to wrap exceptions thrown from BaseContainer.preInvoke, so it indicates that the bean's
method will not be called.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class jakarta.ejb.EJBException
getCausedByExceptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PreInvokeException
-