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.
Note: Support for entity beans is optional as of EJB 3.2.
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.
|
getCausedByException
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NoSuchEntityException()
public NoSuchEntityException(String message)
public NoSuchEntityException(Exception ex)
Copyright © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.