public class ChallengeException extends Exception
Constructor and Description |
---|
ChallengeException(AccessChallenge res)
Constructs an instance from the received response packet.
|
Modifier and Type | Method and Description |
---|---|
AttributeSet |
getAttributeSet()
Returns the set of attributes in this packet.
|
String |
getReplyMessage()
Returns the value of the first incurred reply message attribute contained in the packet.
|
String |
getState()
Returns the state value for the packet as contained in the nested state attribute.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ChallengeException(AccessChallenge res)
res
- the response packet.public AttributeSet getAttributeSet()
public String getState()
public String getReplyMessage()
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.