Serializablepublic class AccessLocalException extends EJBException
| Constructor | Description |
|---|---|
AccessLocalException() |
Constructs an AccessLocalException with no detail message.
|
AccessLocalException(String message) |
Constructs an AccessLocalException with the specified detail message.
|
AccessLocalException(String message,
Exception ex) |
Constructs an AccessLocalException with the specified detail message and a nested exception.
|
getCausedByExceptionclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AccessLocalException()
public AccessLocalException(String message)
message - a String object.Copyright © 2018, 2022 Eclipse Foundation.
Use is subject to license terms.