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