Searched defs:ConcurrentAccessException (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/ejb/javax.ejb/src/main/java/javax/ejb/
H A DConcurrentAccessException.java45 * A ConcurrentAccessException indicates that the client
54 public class ConcurrentAccessException extends EJBException { class in inherits:EJBException
59 * Constructs an ConcurrentAccessException with no detail message.
61 public ConcurrentAccessException() { method in class:ConcurrentAccessException
65 * Constructs an ConcurrentAccessException with the specified
68 public ConcurrentAccessException(String message) { method in class:ConcurrentAccessException
73 * Constructs an ConcurrentAccessException with the specified
76 public ConcurrentAccessException(String message, Exception ex) { method in class:ConcurrentAccessException

Completed in 110 milliseconds