Class InputReadFailedException

All Implemented Interfaces:
Serializable

public class InputReadFailedException extends AnchorCheckedException
When an error occurs reading an input.
Author:
Owen Feehan
See Also:
  • Constructor Details

    • InputReadFailedException

      public InputReadFailedException(String message)
      Create with a message only.
      Parameters:
      message - the exception message.
    • InputReadFailedException

      public InputReadFailedException(Throwable cause)
      Create with a cause only.
      Parameters:
      cause - the cause.
    • InputReadFailedException

      public InputReadFailedException(String message, Throwable cause)
      Create with a message and cause.
      Parameters:
      message - the exception message.
      cause - the cause.