Class RestError

java.lang.Object
org.rostore.service.RestError

public class RestError extends Object
  • Method Details

    • getStatus

      public jakarta.ws.rs.core.Response.StatusType getStatus()
    • getErrorRepresentation

      public ErrorRepresentation getErrorRepresentation()
    • getException

      public Exception getException()
    • getLevel

      public Level getLevel()
    • convert

      public static RestError convert(Exception ex)