public class EWException extends Exception
Constructor and Description |
---|
EWException()
Constructs an
EWException with null
as its error detail message. |
EWException(String s)
Constructs an
EWException with the specified detail
message. |
public EWException()
EWException
with null
as its error detail message.public EWException(String s)
EWException
with the specified detail
message. The error message string s
can later be
retrieved by the Throwable.getMessage()
method of class java.lang.Throwable
.s
- the detail message.