Class FrankfurterException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.thauvin.erik.frankfurter.FrankfurterException
All Implemented Interfaces:
Serializable

public final class FrankfurterException extends RuntimeException
Exception thrown when the Frankfurter API returns an error response.
Since:
1.0
Author:
Erik C. Thauvin
See Also:
  • Constructor Details

    • FrankfurterException

      public FrankfurterException(String message)
      Creates a new exception with the given message.
      Parameters:
      message - the error message
    • FrankfurterException

      public FrankfurterException(String message, Throwable cause)
      Creates a new exception with the given message and cause.
      Parameters:
      message - the error message
      cause - the underlying cause