public class AWSIotTimeoutException extends Exception
Constructor and Description |
---|
AWSIotTimeoutException(String message)
Instantiates a new exception object.
|
AWSIotTimeoutException(Throwable cause)
Instantiates a new exception object.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AWSIotTimeoutException(String message)
message
- the error messagepublic AWSIotTimeoutException(Throwable cause)
cause
- the cause. A null value is permitted, and indicates that the
cause is nonexistent or unknown.Copyright © 2020. All rights reserved.