public class BadChallengeException
extends java.lang.Exception
Constructor and Description |
---|
BadChallengeException(java.lang.String msg)
Constructor.
|
BadChallengeException(java.lang.String msg,
java.lang.Throwable cause)
Constructor.
|
public BadChallengeException(java.lang.String msg)
msg
- informative messagepublic BadChallengeException(java.lang.String msg, java.lang.Throwable cause)
msg
- informative messagecause
- chained exception underlying this one