public 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.
| Constructor and 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.
|
getCausedByExceptionaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NoSuchEntityException()
public NoSuchEntityException(String message)
public NoSuchEntityException(Exception ex)
Copyright © 2013. All Rights Reserved.