Class SupplierException

All Implemented Interfaces:
Serializable

public class SupplierException extends RuntimeException
An exception class that is a RuntimeException and is used to wrap an exception that cannot be thrown in a supplier.
See Also:
  • Constructor Details

    • SupplierException

      public SupplierException(Throwable cause)
      Create an instance using a Throwable.
      Parameters:
      cause - the cause
    • SupplierException

      public SupplierException(String message, Throwable cause)
      Create an instance using a Throwable.
      Parameters:
      message - the message
      cause - the cause