class NoPermissionException extends DynaXMLException
attribs
Constructor and Description |
---|
NoPermissionException()
Default constructor
|
NoPermissionException(String ipAddr)
Constructor taking an IP address
|
NoPermissionException(Throwable cause)
Constructor that only takes a 'cause'.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isSevere()
This particular exception isn't really severe enough to log
|
set
public NoPermissionException(String ipAddr)
ipAddr
- The IP address of the requestorpublic NoPermissionException(Throwable cause)
cause
- The exception that caused this exception.public NoPermissionException()
public boolean isSevere()
isSevere
in class GeneralException