Class AWSIotTimeoutException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.amazonaws.services.iot.client.AWSIotTimeoutException
All Implemented Interfaces:
Serializable

public class AWSIotTimeoutException extends Exception
This timeout exception can be thrown by the blocking APIs in this library when expected time has elapsed.
See Also:
  • Constructor Details

    • AWSIotTimeoutException

      public AWSIotTimeoutException(String message)
      Instantiates a new exception object.
      Parameters:
      message - the error message
    • AWSIotTimeoutException

      public AWSIotTimeoutException(Throwable cause)
      Instantiates a new exception object.
      Parameters:
      cause - the cause. A null value is permitted, and indicates that the cause is nonexistent or unknown.