Package cloud.metaapi.sdk.clients
Class TimeoutException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- cloud.metaapi.sdk.clients.TimeoutException
-
- All Implemented Interfaces:
Serializable
public class TimeoutException extends Exception
Error which indicates a timeout- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TimeoutException(String message)Constructs the timeout 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
-
TimeoutException
public TimeoutException(String message)
Constructs the timeout error- Parameters:
message- error message
-
-