|
AXL RADIUS Server API V3 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
ObjectThrowable
Exception
AccessRejectException
Exception thrown by access, accounting, and extended packet implementation
when an Access-Reject response packet is to be returned.
Attributes may be returned by placing them in setAttributes().
AccessImpl,
AccountingImpl,
ExtendedPacketImpl,
Serialized Form| Constructor Summary | |
AccessRejectException(String msg)
Constructor. |
|
| Method Summary | |
AttributeList |
getAttributeList()
Get the list of attributes to be returned with an Access-Reject packet. |
String |
getMessage()
Get the error message associated with this error. |
void |
setAttributes(Attribute[] returnList)
Set return attributes to be included in the Access-Reject packet. |
void |
setAttributes(AttributeList returnList)
Set return attributes to be included in the Access-Reject packet. |
String |
toString()
Return the error string. |
| Methods inherited from class Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public AccessRejectException(String msg)
msg - Message to display.| Method Detail |
public AttributeList getAttributeList()
public String getMessage()
public void setAttributes(Attribute[] returnList)
returnList - Array of attributes to return.public void setAttributes(AttributeList returnList)
returnList - AttributeList to return.public String toString()
|
AXL RADIUS Server API V3 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||