Class 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.

    Use usual Throwable.getCause() to get wrapped exception.

    See Also:
    Serialized Form
    • Constructor Detail

      • PreInvokeException

        public PreInvokeException​(Exception ex)