Class InvalidSubnetIDException

    • Constructor Detail

      • InvalidSubnetIDException

        public InvalidSubnetIDException​(String message)
        Constructs a new InvalidSubnetIDException with the specified error message.
        Parameters:
        message - Describes the error encountered.
    • Method Detail

      • setType

        public void setType​(String type)
        Parameters:
        type -
      • getType

        public String getType()
        Returns:
      • withType

        public InvalidSubnetIDException withType​(String type)
        Parameters:
        type -
        Returns:
        Returns a reference to this object so that method calls can be chained together.