I am trying to catch a CreateException while creating a new entity
bean ,in my session bean ,surprisingly ,when a doupilcated key entered
or other error occure during creation an error will be thrown but I
couldn't catch it by CreateException.I wondering how should I ctach
these sort of errors.