Constructors Summary |
---|
public InitException()Creates new InitException without detail message.
super();
|
public InitException(String msg)Constructs an InitException with the specified detail message.
super(msg);
|
public InitException(String msg, Throwable cause)
super(msg, cause );
|
public InitException(Throwable cause)
super( cause );
|