Package com.dnanexus.exceptions
Class DXHTTPException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.dnanexus.exceptions.DXHTTPException
-
- All Implemented Interfaces:
Serializable
public class DXHTTPException extends RuntimeException
Represents an error encountered while making an HTTP request or parsing its results.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DXHTTPException()Initializes a newDXHTTPException.DXHTTPException(Throwable cause)Initializes a newDXHTTPExceptionwith the specified cause.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
DXHTTPException
public DXHTTPException(Throwable cause)
Initializes a newDXHTTPExceptionwith the specified cause.- Parameters:
cause- Immediate cause of this exception.
-
DXHTTPException
public DXHTTPException()
Initializes a newDXHTTPException.
-
-