Class Errors.ErrorMessage

java.lang.Object
org.glassfish.jersey.internal.Errors.ErrorMessage
Enclosing class:
Errors

public static class Errors.ErrorMessage extends Object
Generic error message.
  • Method Details

    • getSeverity

      public Severity getSeverity()
      Returns:
      severity of current ErrorMessage.
    • getMessage

      public String getMessage()
      Human-readable description of the issue.
      Returns:
      message describing the issue.
    • getSource

      public Object getSource()
      The issue source.

      Identifies the object where the issue was found.

      Returns:
      source of the issue.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object