Class HtsjdkIOException

All Implemented Interfaces:
Serializable

public class HtsjdkIOException extends HtsjdkException
A RuntimeException-derived class for propagating IOExceptions caught and rethrown by the plugin framework.
See Also:
  • Constructor Details

    • HtsjdkIOException

      public HtsjdkIOException(String message)
      Construct an HtsjdkIOException.
      Parameters:
      message - detailed message.
    • HtsjdkIOException

      public HtsjdkIOException(String message, Throwable cause)
      Construct an HtsjdkIOException exception with a specified cause.
      Parameters:
      message - detailed message.
      cause - cause of the exception.
    • HtsjdkIOException

      public HtsjdkIOException(Throwable cause)
      Constructs an HtsjdkIOException exception with a message constructed from the cause.
      Parameters:
      cause - cause of the exception.