public class ConcurrentAccessException extends EJBException
AccessTimeout,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor 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.
|
getCausedByExceptionprivate static final long serialVersionUID
public ConcurrentAccessException()
public ConcurrentAccessException(java.lang.String message)
public ConcurrentAccessException(java.lang.String message,
java.lang.Exception ex)