com.ibm.websphere.objectgrid.em
Class NoResultException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.ibm.websphere.objectgrid.ObjectGridRuntimeException
com.ibm.websphere.objectgrid.em.PersistenceException
com.ibm.websphere.objectgrid.em.NoResultException
- All Implemented Interfaces:
- IObjectGridException, Serializable
public class NoResultException
- extends PersistenceException
Thrown when Query.getSingleResult()
is invoked and
there is no result to return. This exception will
not cause the current transaction (if active) to be marked for rollback.
- Since:
- WAS XD 6.1
- See Also:
Query.getSingleResult()
,
Serialized Form
NoResultException
public NoResultException()
- See Also:
PersistenceException.PersistenceException()
NoResultException
public NoResultException(String message)
- See Also:
PersistenceException.PersistenceException(String)
NoResultException
public NoResultException(String message,
Throwable cause)
- See Also:
PersistenceException.PersistenceException(String, Throwable)
NoResultException
public NoResultException(Throwable cause)
- See Also:
PersistenceException.PersistenceException(Throwable)
© Copyright International Business Machines Corp 2005,2012. All rights reserved.