Package htsjdk.samtools.cram.ref
Class EnaRefService.GaveUpException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- htsjdk.samtools.cram.ref.EnaRefService.GaveUpException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- EnaRefService
public static class EnaRefService.GaveUpException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GaveUpException(String md5)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMd5()
void
setMd5(String md5)
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-