java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.ejb.FinderException
javax.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