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:
- 3.1
- Version:
- $Revision$
- Author:
- Carlo de Wolf
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NoMoreTimeoutsException
public NoMoreTimeoutsException()
NoMoreTimeoutsException
public NoMoreTimeoutsException(String message)
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.