public class ChallengeResponseException
extends java.lang.Exception
| Constructor and Description | 
|---|
ChallengeResponseException(ChallengeResponseException e,
                          java.lang.String mesg)  | 
ChallengeResponseException(java.lang.String mesg)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
toString()
Prints out the exception class and error message, including
 all the nested exceptions. 
 | 
java.lang.String | 
toStringNested()
Prints out the error message of this exception, including all the
 nested exceptions. 
 | 
public ChallengeResponseException(java.lang.String mesg)
public ChallengeResponseException(ChallengeResponseException e, java.lang.String mesg)
public java.lang.String toString()
toString in class java.lang.Throwablepublic java.lang.String toStringNested()