Class InternalException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- cloud.metaapi.sdk.clients.error_handler.ApiException
-
- cloud.metaapi.sdk.clients.error_handler.InternalException
-
- All Implemented Interfaces:
Serializable
public class InternalException extends ApiException
Represents unexpected error. Throwing this error results in 500 (Internal Error) HTTP response code.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class cloud.metaapi.sdk.clients.error_handler.ApiException
status
-
-
Constructor Summary
Constructors Constructor Description InternalException(String message)Constructs unexpected error.
-
Method Summary
-
Methods inherited from class cloud.metaapi.sdk.clients.error_handler.ApiException
getArguments, getCode, setArguments, setCode
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InternalException
public InternalException(String message)
Constructs unexpected error.- Parameters:
message- error message
-
-