public class AuthenticationException extends RuntimeException
| Constructor and Description |
|---|
AuthenticationException(AdalErrorCode errorCode,
String message) |
AuthenticationException(String message)
Constructor
|
AuthenticationException(String message,
Throwable t)
Constructor
|
AuthenticationException(Throwable t)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
AdalErrorCode |
getErrorCode() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AuthenticationException(Throwable t)
t - Throwable objectpublic AuthenticationException(String message)
message - string error messagepublic AuthenticationException(AdalErrorCode errorCode, String message)
public AdalErrorCode getErrorCode()
Copyright © 2013–2018. All rights reserved.