Package net.thauvin.erik.frankfurter
Class FrankfurterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.thauvin.erik.frankfurter.FrankfurterException
- All Implemented Interfaces:
Serializable
Exception thrown when the Frankfurter API returns an error response.
- Since:
- 1.0
- Author:
- Erik C. Thauvin
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFrankfurterException(String message) Creates a new exception with the given message.FrankfurterException(String message, Throwable cause) Creates a new exception with the given message and cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FrankfurterException
Creates a new exception with the given message.- Parameters:
message- the error message
-
FrankfurterException
Creates a new exception with the given message and cause.- Parameters:
message- the error messagecause- the underlying cause
-