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

/glassfish-3.1.2/ejb/javax.ejb/src/main/java/javax/ejb/
H A DCreateException.java44 * The CreateException exception must be included in the throws clauses of
53 public class CreateException extends java.lang.Exception { class in inherits:java.lang.Exception
58 * Constructs a CreateException with no detail message.
60 public CreateException() { method in class:CreateException
64 * Constructs a CreateException with the specified
67 public CreateException(String message) { method in class:CreateException

Completed in 139 milliseconds