public class InvalidActionError
extends java.lang.Exception
SessionManager
detects these invalid actions and
throws this error.Constructor and Description |
---|
InvalidActionError(NegotiationPartyInternal instigator)
Initializes a new instance of the
InvalidActionError class. |
Modifier and Type | Method and Description |
---|---|
NegotiationPartyInternal |
getInstigator()
Gets the party that did an invalid action
|
java.lang.String |
toString() |
public InvalidActionError(NegotiationPartyInternal instigator)
InvalidActionError
class.instigator
- The party that did an invalid action.public NegotiationPartyInternal getInstigator()
public java.lang.String toString()
toString
in class java.lang.Throwable