KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > ejb > FinderException

javax.ejb
Class FinderException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.ejb.FinderException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ObjectNotFoundException
See Also:
Top Examples, Source Code

public FinderException()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public FinderException(String message)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags