Class MCRPIErrorJSON

java.lang.Object
org.mycore.pi.frontend.model.MCRPIErrorJSON

public class MCRPIErrorJSON extends Object
  • Field Details

    • message

      public String message
    • stackTrace

      public String stackTrace
    • translatedAdditionalInformation

      public String translatedAdditionalInformation
    • code

      public String code
  • Constructor Details

    • MCRPIErrorJSON

      public MCRPIErrorJSON(String message)
    • MCRPIErrorJSON

      public MCRPIErrorJSON(String message, Exception e)