Serializablepublic class NoSuchEntityException extends EJBException
This exception may be thrown by the bean class methods that implement the business methods defined in the bean's
component interface and by the ejbLoad and ejbStore methods.
Note: Support for entity beans is optional as of EJB 3.2.
| Constructor | Description |
|---|---|
NoSuchEntityException() |
Constructs a NoSuchEntityException with no detail message.
|
NoSuchEntityException(Exception ex) |
Constructs a NoSuchEntityException that embeds the originally thrown exception.
|
NoSuchEntityException(String message) |
Constructs a NoSuchEntityException with the specified detailed message.
|
getCausedByExceptionclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NoSuchEntityException()
public NoSuchEntityException(String message)
message - a String object.Copyright © 2018, 2022 Eclipse Foundation.
Use is subject to license terms.