public class AuthManagerException
extends org.springframework.security.core.AuthenticationException
| Constructor and Description |
|---|
AuthManagerException(String errorCode,
List<io.mosip.kernel.core.exception.ServiceError> list) |
AuthManagerException(String errorCode,
String errorMessage)
Constructor the initialize Handler exception
|
AuthManagerException(String errorCode,
String errorMessage,
Throwable rootCause) |
| Modifier and Type | Method and Description |
|---|---|
List<io.mosip.kernel.core.exception.ServiceError> |
getList()
Getter for error list.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AuthManagerException(String errorCode, String errorMessage)
errorCode - The error code for this exceptionerrorMessage - The error message for this exceptionpublic AuthManagerException(String errorCode, String errorMessage, Throwable rootCause)
public List<io.mosip.kernel.core.exception.ServiceError> getList()
Copyright © 2020. All rights reserved.