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

/glassfish-3.1.2/persistence/cmp/internal-api/src/main/java/com/sun/jdo/api/persistence/support/
H A DJDOFatalUserException.java54 public class JDOFatalUserException extends JDOFatalException { class in inherits:JDOFatalException
57 * Creates a new <code>JDOFatalUserException</code> without detail message.
59 public JDOFatalUserException() { method in class:JDOFatalUserException
64 * Constructs a new <code>JDOFatalUserException</code> with the specified detail message.
67 public JDOFatalUserException(String msg) { method in class:JDOFatalUserException
72 * Constructs a new <code>JDOFatalUserException</code> with the specified detail message
77 public JDOFatalUserException(String msg,Exception nested) { method in class:JDOFatalUserException

Completed in 1309 milliseconds