public class AuthException
extends java.lang.Exception
| Modifier and Type | Field and Description |
|---|---|
protected IdentityProvider |
provider |
| 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() |
protected final IdentityProvider provider
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()