public class AuthException extends Exception
| Modifier and Type | Field and Description |
|---|---|
protected IdentityProvider |
provider |
| Constructor and Description |
|---|
AuthException(Exception ex)
Constructor.
|
AuthException(IdentityProvider provider,
Exception ex)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
IdentityProvider |
getProvider() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected final IdentityProvider provider
public AuthException(IdentityProvider provider, Exception ex)
provider - the auth provider that was being used.ex - the exception that occurred.public AuthException(Exception ex)
ex - the exception that occurred.public IdentityProvider getProvider()
Copyright © 2020. All rights reserved.