Class TransferException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.espirit.firstspirit.ui.gadgets.aspects.transfer.TransferException
- All Implemented Interfaces:
Serializable
Exception thrown if consuming a commodity failed.
- Since:
- 4.2.405
- See Also:
-
Constructor Summary
ConstructorDescriptionTransferException
(String message) Constructs a transfer exception with the given message.TransferException
(String message, Throwable cause) Constructs a tansfer exception with the given message and a reference to a 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
-
TransferException
Constructs a transfer exception with the given message.- Parameters:
message
- The message describing the exception.- Since:
- 4.2.405
-
TransferException
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
-