Package com.netscape.cmsutil.radius
Class RejectException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.netscape.cmsutil.radius.RejectException
-
- All Implemented Interfaces:
java.io.Serializable
public class RejectException extends java.lang.Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RejectException(AccessReject res)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttributeSet
getAttributeSet()
ReplyMessageAttribute
getReplyMessage()
-
-
-
Constructor Detail
-
RejectException
public RejectException(AccessReject res)
-
-
Method Detail
-
getAttributeSet
public AttributeSet getAttributeSet()
-
getReplyMessage
public ReplyMessageAttribute getReplyMessage()
-
-