com.netscape.cmsutil.radius
Class ChallengeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.netscape.cmsutil.radius.ChallengeException
All Implemented Interfaces:
java.io.Serializable

public class ChallengeException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
ChallengeException(AccessChallenge res)
           
 
Method Summary
 AttributeSet getAttributeSet()
           
 java.lang.String getReplyMessage()
           
 java.lang.String getState()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ChallengeException

public ChallengeException(AccessChallenge res)
Method Detail

getAttributeSet

public AttributeSet getAttributeSet()

getState

public java.lang.String getState()

getReplyMessage

public java.lang.String getReplyMessage()