public class WWUnrecognizedException extends WWRuntimeException
| Constructor and Description |
|---|
WWUnrecognizedException(String msg)
Construct an exception with a message string.
|
WWUnrecognizedException(String msg,
Throwable t)
Construct an exception with a message string and a intial-cause exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic WWUnrecognizedException(String msg)
msg - the message.