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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AWSIotTimeoutException(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 Detail
-
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.
-
-