java.io.Serializablepublic class ChallengeResponseException
extends java.lang.Exception
| Constructor | Description |
|---|---|
ChallengeResponseException(java.lang.String mesg) |
|
ChallengeResponseException(ChallengeResponseException e,
java.lang.String mesg) |
| Modifier and Type | Method | 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()