public class AuthException
extends java.lang.Exception
Constructor and Description |
---|
AuthException(java.lang.Exception ex)
Constructor.
|
AuthException(IdentityProvider provider,
java.lang.Exception ex)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
IdentityProvider |
getProvider() |
public AuthException(IdentityProvider provider, java.lang.Exception ex)
provider
- the auth provider that was being used.ex
- the exception that occurred.public AuthException(java.lang.Exception ex)
ex
- the exception that occurred.public IdentityProvider getProvider()
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.