Searched defs:NoSuchEntityException (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/ejb/javax.ejb/src/main/java/javax/ejb/
H A DNoSuchEntityException.java44 * The NoSuchEntityException exception is thrown by an entity bean
55 public class NoSuchEntityException extends EJBException { class in inherits:EJBException
64 * Constructs a NoSuchEntityException with no detail message.
66 public NoSuchEntityException() { method in class:NoSuchEntityException
70 * Constructs a NoSuchEntityException with the specified
73 public NoSuchEntityException(String message) { method in class:NoSuchEntityException
78 * Constructs a NoSuchEntityException that embeds the originally
81 public NoSuchEntityException(Exception ex) { method in class:NoSuchEntityException

Completed in 433 milliseconds