Class AuthManagerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.springframework.security.core.AuthenticationException
-
- io.mosip.kernel.auth.defaultadapter.exception.AuthManagerException
-
- All Implemented Interfaces:
Serializable
public class AuthManagerException extends org.springframework.security.core.AuthenticationException- Author:
- M1049825
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuthManagerException(String errorCode, String errorMessage)Constructor the initialize Handler exceptionAuthManagerException(String errorCode, String errorMessage, Throwable rootCause)AuthManagerException(String errorCode, List<io.mosip.kernel.core.exception.ServiceError> list)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<io.mosip.kernel.core.exception.ServiceError>getList()Getter for error list.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
AuthManagerException
public AuthManagerException(String errorCode, String errorMessage)
Constructor the initialize Handler exception- Parameters:
errorCode- The error code for this exceptionerrorMessage- The error message for this exception
-
AuthManagerException
public AuthManagerException(String errorCode, String errorMessage, Throwable rootCause)
-
-
Method Detail
-
getList
public List<io.mosip.kernel.core.exception.ServiceError> getList()
Getter for error list.- Returns:
- The error list.
-
-