Class ConversionFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.truebubo.maniflow.money.ConversionFailedException
- All Implemented Interfaces:
Serializable
Used when the currency could not be converted for whatever reason
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNo message exceptionConversionFailedException
(String message) Exception with message -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConversionFailedException
public ConversionFailedException()No message exception -
ConversionFailedException
Exception with message- Parameters:
message
- cause of the exception
-