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

/glassfish-3.1.2/persistence/cmp/support-ejb/src/main/java/com/sun/jdo/spi/persistence/support/ejb/ejbqlc/
H A DEJBQLException.java42 * EJBQLException.java
54 public class EJBQLException class in inherits:RuntimeException
57 /** The Throwable that caused this EJBQLException. */
61 * Creates a new <code>EJBQLException</code> without detail message.
63 public EJBQLException() method in class:EJBQLException
68 * Constructs a new <code>EJBQLException</code> with the specified
72 public EJBQLException(String msg) method in class:EJBQLException
78 * Constructs a new <code>EJBQLException</code> with the specified
83 public EJBQLException(String msg, Throwable cause) method in class:EJBQLException
90 * Returns the cause of this <code>EJBQLException</cod
[all...]

Completed in 511 milliseconds