Class TransferException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.espirit.firstspirit.ui.gadgets.aspects.transfer.TransferException
All Implemented Interfaces:
Serializable

public class TransferException extends Exception
Exception thrown if consuming a commodity failed.
Since:
4.2.405
See Also:
  • Constructor Details

    • TransferException

      public TransferException(String message)
      Constructs a transfer exception with the given message.
      Parameters:
      message - The message describing the exception.
      Since:
      4.2.405
    • TransferException

      public TransferException(String message, Throwable cause)
      Constructs a tansfer exception with the given message and a reference to a cause.
      Parameters:
      message - The message describing the exception.
      cause - The causing exception or error.
      Since:
      4.2.405