Class AWSIotTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.amazonaws.services.iot.client.AWSIotTimeoutException
- All Implemented Interfaces:
Serializable
This timeout exception can be thrown by the blocking APIs in this library
when expected time has elapsed.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAWSIotTimeoutException(String message) Instantiates a new exception object.AWSIotTimeoutException(Throwable cause) Instantiates a new exception object. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AWSIotTimeoutException
Instantiates a new exception object.- Parameters:
message- the error message
-
AWSIotTimeoutException
Instantiates a new exception object.- Parameters:
cause- the cause. A null value is permitted, and indicates that the cause is nonexistent or unknown.
-