Package org.jboss.as.ejb3.component
Class EJBComponentUnavailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jakarta.ejb.EJBException
org.jboss.as.ejb3.component.EJBComponentUnavailableException
- All Implemented Interfaces:
Serializable
public class EJBComponentUnavailableException
extends jakarta.ejb.EJBException
An exception which can be used to indicate that a particular Jakarta Enterprise Beans component is (no longer) available for handling invocations.
This typically is thrown when an Jakarta Enterprise Beans are invoked
after the Jakarta Enterprise Beans component has been marked for shutdown.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescription -
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
-
EJBComponentUnavailableException
public EJBComponentUnavailableException() -
EJBComponentUnavailableException
-
EJBComponentUnavailableException
-
EJBComponentUnavailableException
-