|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbiz.onixs.fix.engine.Session.ErrorArgs
public static class Session.ErrorArgs
Error event data.
Constructor Summary | |
---|---|
Session.ErrorArgs()
|
|
Session.ErrorArgs(Session.ErrorReason reason,
String description)
Creates event data. |
Method Summary | |
---|---|
String |
getDescription()
Returns error description. |
Session.ErrorReason |
getReason()
Returns error reason. |
void |
setDescription(String description)
|
void |
setReason(Session.ErrorReason reason)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Session.ErrorArgs()
public Session.ErrorArgs(Session.ErrorReason reason, String description)
reason
- error reasondescription
- error descriptionMethod Detail |
---|
public Session.ErrorReason getReason()
public String getDescription()
public void setReason(Session.ErrorReason reason)
public void setDescription(String description)
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |