- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jakarta.ejb.EJBException
-
- jakarta.ejb.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
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description NoMoreTimeoutsException()
Constructor for NoMoreTimeoutsException.NoMoreTimeoutsException(java.lang.String message)
Constructor for NoMoreTimeoutsException.
-
Method Summary
-
Methods inherited from class jakarta.ejb.EJBException
getCausedByException
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-