Class ConversionFailedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.truebubo.maniflow.money.ConversionFailedException
All Implemented Interfaces:
Serializable

public class ConversionFailedException extends IOException
Used when the currency could not be converted for whatever reason
See Also:
  • Constructor Details

    • ConversionFailedException

      public ConversionFailedException()
      No message exception
    • ConversionFailedException

      public ConversionFailedException(@NonNull String message)
      Exception with message
      Parameters:
      message - cause of the exception