Package jakarta.ejb

Class NoMoreTimeoutsException

  • All Implemented Interfaces:
    java.io.Serializable

    public class NoMoreTimeoutsException
    extends EJBException
    This exception indicates that a calendar-based timer will not result in any more timeouts.
    Since:
    EJB 3.1
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • NoMoreTimeoutsException

        public NoMoreTimeoutsException()

        Constructor for NoMoreTimeoutsException.

      • NoMoreTimeoutsException

        public NoMoreTimeoutsException​(java.lang.String message)

        Constructor for NoMoreTimeoutsException.

        Parameters:
        message - a String object.