public class CrowdSSOTokenInvalidException
extends org.springframework.security.authentication.BadCredentialsException
| Constructor and Description |
|---|
CrowdSSOTokenInvalidException(String msg)
Constructs an
AuthenticationException with the specified
message and no root cause. |
CrowdSSOTokenInvalidException(String msg,
Throwable t)
Constructs an
AuthenticationException with the specified
message and root cause. |
clearExtraInformation, getAuthentication, getExtraInformation, setAuthenticationaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CrowdSSOTokenInvalidException(String msg, Throwable t)
AuthenticationException with the specified
message and root cause.msg - the detail messaget - the root causepublic CrowdSSOTokenInvalidException(String msg)
AuthenticationException with the specified
message and no root cause.msg - the detail messageCopyright © 2017 Atlassian. All rights reserved.