Serializable
ConcurrentAccessTimeoutException
, IllegalLoopbackException
public class ConcurrentAccessException extends EJBException
AccessTimeout
,
Serialized FormConstructor | Description |
---|---|
ConcurrentAccessException() |
Constructs an ConcurrentAccessException with no detail message.
|
ConcurrentAccessException(String message) |
Constructs an ConcurrentAccessException with the specified detailed message.
|
ConcurrentAccessException(String message,
Exception ex) |
Constructs an ConcurrentAccessException with the specified detail message and a nested exception.
|
getCausedByException
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ConcurrentAccessException()
public ConcurrentAccessException(String message)
message
- a String
object.Copyright © 2018, 2022 Eclipse Foundation.
Use is subject to license terms.