Class DuplicateListenerException

All Implemented Interfaces:
Serializable

public class DuplicateListenerException extends AmazonServiceException

A listener already exists for the specified LoadBalancerName and LoadBalancerPort, but with a different InstancePort, Protocol, or SSLCertificateId.

See Also:
  • Constructor Details

    • DuplicateListenerException

      public DuplicateListenerException(String message)
      Constructs a new DuplicateListenerException with the specified error message.
      Parameters:
      message - Describes the error encountered.