- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- jakarta.ejb.FinderException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
ObjectNotFoundException
public class FinderException extends java.lang.Exception
The FinderException exception must be included in the throws clause of every finder method of an entity bean's home or local home interface.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.
- Since:
- EJB 1.0
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description FinderException()
Constructs an FinderException with no detail message.FinderException(java.lang.String message)
Constructs an FinderException with the specified detail message.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-