public class ApplicationError
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description | 
|---|
| ApplicationError(MXException exception) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(java.lang.Object o)Returns true of the object passed in an ApplicationError instance
 and the error id matches the error id of this class. | 
| long | getErrorId()Returns the error id accociated with the error. | 
| MXException | getException()Returns the MXException associated with the error. | 
public ApplicationError(MXException exception)
public MXException getException()
public long getErrorId()
public boolean equals(java.lang.Object o)
equals in class java.lang.ObjectObject.equals(java.lang.Object)