Class AuthManagerServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.mosip.kernel.auth.defaultimpl.exception.AuthManagerServiceException
- All Implemented Interfaces:
Serializable
- Author:
- Ramadurai Pandian
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAuthManagerServiceException(List<io.mosip.kernel.core.exception.ServiceError> list) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AuthManagerServiceException
- Parameters:
list- The error list.
-
-
Method Details
-
getList
Getter for error list.- Returns:
- The error list.
-