javax.ejb
Class ConcurrentAccessTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.ejb.EJBException
javax.ejb.ConcurrentAccessTimeoutException
- All Implemented Interfaces:
- Serializable
public class ConcurrentAccessTimeoutException
- extends EJBException
This exception indicates that an attempt to concurrently
access a method of a Singleton resulted in a timeout.
- Since:
- 3.1
- Version:
- $Revision: $
- Author:
- Carlo de Wolf
- See Also:
AccessTimeout
,
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ConcurrentAccessTimeoutException
public ConcurrentAccessTimeoutException()
ConcurrentAccessTimeoutException
public ConcurrentAccessTimeoutException(String message)
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.