public class HtsjdkIOException extends HtsjdkException
| Constructor and Description |
|---|
HtsjdkIOException(java.lang.String message)
Construct an HtsjdkIOException.
|
HtsjdkIOException(java.lang.String message,
java.lang.Throwable cause)
Construct an HtsjdkIOException exception with a specified cause.
|
HtsjdkIOException(java.lang.Throwable cause)
Constructs an HtsjdkIOException exception with a message constructed from the cause.
|
public HtsjdkIOException(java.lang.String message)
message - detailed message.public HtsjdkIOException(java.lang.String message,
java.lang.Throwable cause)
message - detailed message.cause - cause of the exception.public HtsjdkIOException(java.lang.Throwable cause)
cause - cause of the exception.