Class AwsIotRetryableException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.amazonaws.services.iot.client.core.AwsIotRetryableException
-
- All Implemented Interfaces:
Serializable
public class AwsIotRetryableException extends Exception
This exception class is used internally in the library to track retryable events.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AwsIotRetryableException(String message)AwsIotRetryableException(Throwable e)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-