Package ej.aws.iot

Class AwsIotException

  • All Implemented Interfaces:
    Serializable

    public class AwsIotException
    extends Exception
    A specific exception relating to AWS Cloud IoT Core services communication errors.
    See Also:
    Serialized Form
    • Constructor Detail

      • AwsIotException

        public AwsIotException​(String message)
        Constructor.
        Parameters:
        message - the message displayed in the stack trace
      • AwsIotException

        public AwsIotException​(Throwable t)
        Constructor.
        Parameters:
        t - the cause of the Exception