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:
  • Constructor Details

    • AuthManagerServiceException

      public AuthManagerServiceException(List<io.mosip.kernel.core.exception.ServiceError> list)
      Parameters:
      list - The error list.
  • Method Details

    • getList

      public List<io.mosip.kernel.core.exception.ServiceError> getList()
      Getter for error list.
      Returns:
      The error list.