Class KeymanagerServiceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.mosip.kernel.core.exception.BaseUncheckedException
io.mosip.kernel.cryptomanager.exception.KeymanagerServiceException
All Implemented Interfaces:
Serializable

public class KeymanagerServiceException extends io.mosip.kernel.core.exception.BaseUncheckedException
See Also:
  • Constructor Details

    • KeymanagerServiceException

      public KeymanagerServiceException(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.