|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.glassfish.jersey.internal.Errors.ErrorMessage
public static class Errors.ErrorMessage
Generic error message.
Method Summary | |
---|---|
boolean |
equals(Object o)
|
String |
getMessage()
Human-readable description of the issue. |
Severity |
getSeverity()
Get Severity . |
Object |
getSource()
The issue source. |
int |
hashCode()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public Severity getSeverity()
Severity
.
ErrorMessage
.public String getMessage()
public Object getSource()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |