KickJava   Java API By Example, From Geeks To Geeks.

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

javax.ejb
Class ObjectNotFoundException

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

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


[792]_
By mamsri { at } rediffmail { dot } com on 2004/05/27 10:31:41  Rate
javax.ejb.ObjectNotFoundException: Could not find bean for parameters arg0 =  [ 1 ]  arg1 =  [ 1 ]  arg2 =  [ NST3 ]  arg3 =  [ 951357 ]  arg4 =  [ 00000012 ]  arg5 =  [ N000000012 ]  
 when the same thing is written as SQL query i am getting the record 
 


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

Popular Tags