All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.hubspot.imap.protocol.exceptions.StartTlsFailedException Maven / Gradle / Ivy

There is a newer version: 0.6.1
Show newest version
package com.hubspot.imap.protocol.exceptions;

public class StartTlsFailedException extends RuntimeException {

  public StartTlsFailedException(String message) {
    super(String.format("Start TLS failed. Response was: %s", message));
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy