Class NcbiXmlParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ca.corefacility.bioinformatics.irida.exceptions.NcbiXmlParseException
-
- All Implemented Interfaces:
java.io.Serializable
public class NcbiXmlParseException extends java.lang.Exception
Exception thrown when there's an error parsing NCBI responses- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NcbiXmlParseException(java.lang.String message)
Create NcbiXmlParseException with messageNcbiXmlParseException(java.lang.String message, java.lang.Throwable cause)
Create NcbiXmlParseException with message and cause
-
-
-
Constructor Detail
-
NcbiXmlParseException
public NcbiXmlParseException(java.lang.String message, java.lang.Throwable cause)
Create NcbiXmlParseException with message and cause- Parameters:
message
- reason the exception is throwncause
- throwable cause
-
NcbiXmlParseException
public NcbiXmlParseException(java.lang.String message)
Create NcbiXmlParseException with message- Parameters:
message
- Reason NcbiXmlParseException is thrown
-
-