public class WWUnrecognizedException extends WWRuntimeException
Constructor and Description |
---|
WWUnrecognizedException(java.lang.String msg)
Construct an exception with a message string.
|
WWUnrecognizedException(java.lang.String msg,
java.lang.Throwable t)
Construct an exception with a message string and a intial-cause exception.
|
public WWUnrecognizedException(java.lang.String msg)
msg
- the message.public WWUnrecognizedException(java.lang.String msg, java.lang.Throwable t)
msg
- the message.t
- the exception causing this exception.