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. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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 © 2021 Atlassian. All rights reserved.