Package uk.ac.starlink.auth
Class BadChallengeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
uk.ac.starlink.auth.BadChallengeException
- All Implemented Interfaces:
Serializable
Exception indicating that an authentication challenge is badly formed,
for instance missing parameters required by the scheme to which it
is supposed to conform.
- Since:
- 3 Jul 2020
- Author:
- Mark Taylor
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor.BadChallengeException
(String msg, Throwable cause) Constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BadChallengeException
Constructor.- Parameters:
msg
- informative message
-
BadChallengeException
Constructor.- Parameters:
msg
- informative messagecause
- chained exception underlying this one
-