Save This Page
Home » glassfish-v2ur2-b04-src » javax » ejb » [javadoc | source]
javax.ejb
public class: FinderException [javadoc | source]
java.lang.Object
   java.lang.Throwable
      java.lang.Exception
         javax.ejb.FinderException

All Implemented Interfaces:
    Serializable

Direct Known Subclasses:
    ObjectNotFoundException

The FinderException exception must be included in the throws clause of every findMETHOD(...) method of an entity Bean's home interface.

The exception is used as a standard application-level exception to report a failure to find the requested EJB object(s).
Constructor:
 public FinderException() 
 public FinderException(String message) 
    Constructs an FinderException with the specified detail message.
Methods from java.lang.Throwable:
fillInStackTrace,   getCause,   getLocalizedMessage,   getMessage,   getStackTrace,   initCause,   printStackTrace,   printStackTrace,   printStackTrace,   setStackTrace,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait