public class FinderException extends Exception
The exception is used as a standard application-level exception to report a failure to find the requested enterprise bean object(s).
Note: Support for entity beans is optional as of EJB 3.2.
| Constructor and Description | 
|---|
| FinderException()Constructs an FinderException with no detail message. | 
| FinderException(String message)Constructs an FinderException with the specified
 detail message. | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic FinderException()
public FinderException(String message)
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.