Class RequestException

  • All Implemented Interfaces:
    Serializable

    public class RequestException
    extends io.mosip.kernel.core.exception.BaseUncheckedException
    See Also:
    Serialized Form
    • Constructor Detail

      • RequestException

        public RequestException​(String errorCode,
                                String errorMessage)
      • RequestException

        public RequestException​(List<io.mosip.kernel.core.exception.ServiceError> errors)
    • Method Detail

      • getErrors

        public List<io.mosip.kernel.core.exception.ServiceError> getErrors()