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.EJBExceptionPreInvokeException is used to wrap exceptions thrown from BaseContainer.preInvoke, so it indicates that the bean's method will not be called.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PreInvokeException(Exception ex)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
PreInvokeException
public PreInvokeException(Exception ex)
-
-