Class UnsupportedCurrencyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.UnsupportedOperationException
com.truebubo.maniflow.money.UnsupportedCurrencyException
- All Implemented Interfaces:
Serializable
Currency is not yet supported
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnsupportedCurrencyException
(String message) Creates exception with the reason -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnsupportedCurrencyException
Creates exception with the reason- Parameters:
message
- Custom message what happened
-