public class RecoverableSessionErrorEvent extends java.lang.Object implements NegotiationEvent
SessionsInfo
or when the
NegotiationParty.negotiationEnded(genius.core.Bid)
call failed.Constructor and Description |
---|
RecoverableSessionErrorEvent(Session session,
NegotiationPartyInternal party,
java.lang.Exception e) |
Modifier and Type | Method and Description |
---|---|
java.lang.Exception |
getException() |
NegotiationPartyInternal |
getParty() |
Session |
getSession() |
public RecoverableSessionErrorEvent(Session session, NegotiationPartyInternal party, java.lang.Exception e)
public java.lang.Exception getException()
public NegotiationPartyInternal getParty()
public Session getSession()