public class ConcurrentAccessException extends EJBException
AccessTimeout
,
Serialized FormConstructor and Description |
---|
ConcurrentAccessException()
Constructs an ConcurrentAccessException with no detail message.
|
ConcurrentAccessException(java.lang.String message)
Constructs an ConcurrentAccessException with the specified
detailed message.
|
ConcurrentAccessException(java.lang.String message,
java.lang.Exception ex)
Constructs an ConcurrentAccessException with the specified
detail message and a nested exception.
|
getCausedByException
public ConcurrentAccessException()
public ConcurrentAccessException(java.lang.String message)
public ConcurrentAccessException(java.lang.String message, java.lang.Exception ex)