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
Enclosing interface:
Image<S>

public static class Image.ConsumptionException extends RuntimeException
Exception wrapper to forward checked exceptions from within the consumption process.
Since:
5.2.416
See Also:
  • Constructor Details

    • ConsumptionException

      public ConsumptionException(Throwable cause)
      Wrapper constructor.
      Parameters:
      cause - The causing exception.
      Since:
      5.2.416