public class ErrorContext
extends java.lang.Object
implements java.io.Serializable
| Modifier | Constructor and Description |
|---|---|
protected |
ErrorContext()
Creates new instance.
|
|
ErrorContext(java.lang.String id,
java.lang.String context)
Creates new instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getContext()
Returns context message.
|
java.lang.String |
getId()
Returns id.
|
int |
hashCode() |
protected ErrorContext()
public ErrorContext(java.lang.String id,
java.lang.String context)
id - context - public java.lang.String getId()
public java.lang.String getContext()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2007-2020 Whitestein Technologies. All Rights Reserved.