public final class AccessDeniedException extends Exception
| Modifier and Type | Method and Description |
|---|---|
String |
getConventionName()
Gets the name of the calling convention which does not grant the access.
|
String |
getFunctionName()
Gets the name of the function which does not grant the access.
|
String |
getIP()
Gets the IP address which is denied for the given function.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic String getIP()
null if no IP address was provided.public String getFunctionName()
null if no function name
was provided.public String getConventionName()
null
if no calling convention name was provided.See http://www.xins.org/.