Package org.glassfish.jersey.internal
Class Errors.ErrorMessage
java.lang.Object
org.glassfish.jersey.internal.Errors.ErrorMessage
- Enclosing class:
- Errors
Generic error message.
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
ErrorMessage
(Object source, String message, Severity severity) -
Method Summary
-
Field Details
-
source
-
message
-
severity
-
-
Constructor Details
-
ErrorMessage
-
-
Method Details
-
getSeverity
GetSeverity
.- Returns:
- severity of current
ErrorMessage
.
-
getMessage
Human-readable description of the issue.- Returns:
- message describing the issue.
-
getSource
The issue source. Identifies the object where the issue was found.- Returns:
- source of the issue.
-
equals
-
hashCode
public int hashCode()
-