Package net.ess3.api
Class MaxMoneyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.ess3.api.TranslatableException
net.ess3.api.MaxMoneyException
- All Implemented Interfaces:
Serializable
Thrown when a transaction would put the player's balance above the maximum balance allowed.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class net.ess3.api.TranslatableException
getArgs, getMessage, getTlKey, setCause
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MaxMoneyException
public MaxMoneyException()
-