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

/glassfish-3.1.2/ejb/javax.ejb/src/main/java/javax/ejb/
H A DRemoveException.java44 * The RemoveException is thrown at an attempt to remove an
50 public class RemoveException extends java.lang.Exception { class in inherits:java.lang.Exception
55 * Constructs an RemoveException with no detail message.
57 public RemoveException() { method in class:RemoveException
61 * Constructs an RemoveException with the specified
64 public RemoveException(String message) { method in class:RemoveException

Completed in 39 milliseconds