Package com.dnanexus.exceptions
Class InternalErrorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.dnanexus.exceptions.DXAPIException
-
- com.dnanexus.exceptions.InternalErrorException
-
- All Implemented Interfaces:
Serializable
public class InternalErrorException extends DXAPIException
Exception which indicates a 500 status code Internal Server Error.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InternalErrorException(String message, int statusCode)Creates anInternalErrorExceptionwith the specified message and HTTP status code.
-
Method Summary
-
Methods inherited from class com.dnanexus.exceptions.DXAPIException
getInstance, getStatusCode, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Constructor Detail
-
InternalErrorException
public InternalErrorException(String message, int statusCode)
Creates anInternalErrorExceptionwith the specified message and HTTP status code.
-
-