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

/glassfish-3.1.2/common/glassfish-api/src/main/java/org/glassfish/api/admin/
H A DCommandException.java43 public class CommandException extends Exception { class in inherits:Exception
46 * Creates new <code>CommandException</code> without detail message.
48 public CommandException() { method in class:CommandException
53 * Constructs a <code>CommandException</code> with the specified
57 public CommandException(String msg) { method in class:CommandException
63 * Constructs a new <code>CommandException</code> exception with the
66 public CommandException(Throwable cause) { method in class:CommandException
72 * Constructs a new <code>CommandException</code> exception with the
75 public CommandException(String msg, Throwable cause) { method in class:CommandException

Completed in 10 milliseconds