Package de.espirit.firstspirit.agency
Class Image.ConsumptionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.espirit.firstspirit.agency.Image.ConsumptionException
- All Implemented Interfaces:
Serializable
Exception wrapper to forward checked exceptions from within the consumption process.
- Since:
- 5.2.416
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConsumptionException
Wrapper constructor.- Parameters:
cause
- The causing exception.- Since:
- 5.2.416
-