WarningExceptionpublic class WarningException extends RuntimeException
Constructors Summary |
---|
public WarningException()Creates new WarningException without detail message.
super();
| public WarningException(String msg)Constructs an WarningException with the specified detail message.
super(msg);
|
|