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
public class AuthManagerServiceException extends RuntimeException
- Author:
- Ramadurai Pandian
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuthManagerServiceException(List<ServiceError> list)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<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
-
AuthManagerServiceException
public AuthManagerServiceException(List<ServiceError> list)
- Parameters:
list- The error list.
-
-
Method Detail
-
getList
public List<ServiceError> getList()
Getter for error list.- Returns:
- The error list.
-
-