Class NotSynchronizedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- cloud.metaapi.sdk.clients.meta_api.NotSynchronizedException
-
- All Implemented Interfaces:
Serializable
public class NotSynchronizedException extends Exception
Error which indicates that MetaApi MetaTrader account was not synchronized yet. See https://metaapi.cloud/docs/client/websocket/synchronizationMode/ for more details- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotSynchronizedException(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
-
NotSynchronizedException
public NotSynchronizedException(String message)
Constructs the error- Parameters:
message- error message
-
-