public class InsufficientFundsException extends StageActionException
Constructor and Description |
---|
InsufficientFundsException(RRI tokenDefinitionReference,
java.math.BigDecimal available,
java.math.BigDecimal requestedAmount) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.math.BigDecimal |
getAvailable() |
java.math.BigDecimal |
getRequestedAmount() |
int |
hashCode() |
public InsufficientFundsException(RRI tokenDefinitionReference, java.math.BigDecimal available, java.math.BigDecimal requestedAmount)
public java.math.BigDecimal getAvailable()
public java.math.BigDecimal getRequestedAmount()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object