javax.ejb
Class NoMoreTimeoutsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.ejb.EJBException
javax.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 version.
- Author:
- Florent Benoit
- See Also:
- EJB 3.1 specification,
Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NoMoreTimeoutsException
public NoMoreTimeoutsException()
- Default constructor : builds an exception with an empty message.
NoMoreTimeoutsException
public NoMoreTimeoutsException(String message)
- Build an exception with the given message.
- Parameters:
message - the given message to use.
Copyright © 2007-2012 OW2 Consortium. All Rights Reserved.