Class MCRORCIDException

All Implemented Interfaces:
Serializable

public class MCRORCIDException extends IOException
Represents the error information returned from ORCID's REST API in case request was not successful
Author:
Frank Lützenkirchen
See Also:
  • Constructor Details

    • MCRORCIDException

      public MCRORCIDException(String message)
    • MCRORCIDException

      public MCRORCIDException(jakarta.ws.rs.core.Response response) throws IOException
      Throws:
      IOException
  • Method Details