public class RedirectException extends GeneralException
attribs
Constructor and Description |
---|
RedirectException(String message)
Constructor that only takes a 'message'.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isSevere()
This particular exception isn't really severe enough to log
|
set
public RedirectException(String message)
message
- Message describing cause of this exception.public boolean isSevere()
isSevere
in class GeneralException