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

/glassfish-3.1.2/ejb/javax.ejb/src/main/java/javax/ejb/
H A DEJBException.java44 * The EJBException is thrown to report that the invoked
51 public class EJBException extends java.lang.RuntimeException { class in inherits:java.lang.RuntimeException
56 * Constructs an EJBException with no detail message.
58 public EJBException() { method in class:EJBException
62 * Constructs an EJBException with the specified
65 public EJBException(String message) { method in class:EJBException
70 * Constructs an EJBException that embeds the originally thrown exception.
72 public EJBException(Exception ex) { method in class:EJBException
77 * Constructs an EJBException that embeds the originally thrown exception
80 public EJBException(Strin method in class:EJBException
[all...]

Completed in 64 milliseconds