Class 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:
    Serialized Form
    • Constructor Detail

      • EJBComponentUnavailableException

        public EJBComponentUnavailableException()
      • EJBComponentUnavailableException

        public EJBComponentUnavailableException​(String msg)
      • EJBComponentUnavailableException

        public EJBComponentUnavailableException​(String msg,
                                                Exception e)
      • EJBComponentUnavailableException

        public EJBComponentUnavailableException​(Exception e)