Package jakarta.ejb
Class NoMoreTimeoutsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jakarta.ejb.EJBException
jakarta.ejb.NoMoreTimeoutsException
- All Implemented Interfaces:
Serializable
This exception indicates that a calendar-based timer will not result in any more timeouts.
- Since:
- EJB 3.1
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructor for NoMoreTimeoutsException.NoMoreTimeoutsException
(String message) Constructor for NoMoreTimeoutsException. -
Method Summary
Methods inherited from class jakarta.ejb.EJBException
getCausedByException
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoMoreTimeoutsException
public NoMoreTimeoutsException()Constructor for NoMoreTimeoutsException.
-
NoMoreTimeoutsException
Constructor for NoMoreTimeoutsException.
- Parameters:
message
- aString
object.
-