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
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
 
 
- 
- 
Constructor Summary
Constructors Constructor Description NoMoreTimeoutsException()Constructor 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 
 - 
 
 -