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 Details

    • PreInvokeException

      public PreInvokeException(Exception ex)