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

/glassfish-3.1.2/web/web-embed/api/src/main/java/org/glassfish/embeddable/web/
H A DConfigException.java50 public class ConfigException extends Exception { class in inherits:Exception
53 * Constructs a <tt>ConfigException</tt> with no detail message.
57 protected ConfigException() { } method in class:ConfigException
60 * Constructs a <tt>ConfigException</tt> with the specified detail
66 public ConfigException(String message) { method in class:ConfigException
71 * Constructs a <tt>ConfigException</tt> with the specified detail
78 public ConfigException(String message, Throwable cause) { method in class:ConfigException
83 * Constructs a <tt>ConfigException</tt> with the specified cause.
93 public ConfigException(Throwable cause) { method in class:ConfigException

Completed in 20 milliseconds