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.EJBExceptionAn 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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EJBComponentUnavailableException()EJBComponentUnavailableException(Exception e)EJBComponentUnavailableException(String msg)EJBComponentUnavailableException(String msg, Exception e)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-