Class OutputWriteFailedException

All Implemented Interfaces:
Serializable, HasFriendlyErrorMessage

public class OutputWriteFailedException extends AnchorFriendlyCheckedException
When an output could not be successfully written to the file-system.
Author:
Owen Feehan
See Also:
  • Constructor Details

    • OutputWriteFailedException

      public OutputWriteFailedException(String message)
      Creates with a message only.
      Parameters:
      message - the message.
    • OutputWriteFailedException

      public OutputWriteFailedException(Throwable cause)
      Creates with a cause only.
      Parameters:
      cause - the cause.
    • OutputWriteFailedException

      public OutputWriteFailedException(String message, HasFriendlyErrorMessage cause)
      Creates with a message and a cause that provides a friendly error message.
      Parameters:
      message - the message (which is prefixed together with the friendly error message).
      cause - a cause that provides a friendly error message.
    • OutputWriteFailedException

      public OutputWriteFailedException(String message, AnchorCombinableException cause)
      Creates with a message and a cause that can be combined with others in summary form.
      Parameters:
      message - the message (which is prefixed together with the combiend error message).
      cause - a cause that provides a summary, when combined with others.