Package dev.davwheat.exceptions
Class InsufficientBalanceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- dev.davwheat.exceptions.InsufficientBalanceException
-
- All Implemented Interfaces:
java.io.Serializable
public class InsufficientBalanceException extends java.lang.Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InsufficientBalanceException(java.lang.String errorMessage)
-