Class NotConnectedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- cloud.metaapi.sdk.clients.meta_api.NotConnectedException
-
- All Implemented Interfaces:
Serializable
public class NotConnectedException extends Exception
Error which indicates that MetaTrader terminal did not start yet. You need to wait until account is connected and retry.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotConnectedException(String message)Constructs the error
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
NotConnectedException
public NotConnectedException(String message)
Constructs the error- Parameters:
message- error message
-
-