Class 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 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.