com.mchange.mailutil.exception.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mailutil_3 Show documentation
Show all versions of mailutil_3 Show documentation
Utilities for conveniently working with e-mail from Scala
The newest version!
package com.mchange.mailutil
class MailutilException( message : String, cause : Throwable = null ) extends Exception(message, cause)
class SmtpAddressParseFailed( message : String, cause : Throwable = null ) extends MailutilException(message, cause)
class SmtpInitializationFailed( message : String, cause : Throwable = null ) extends MailutilException(message, cause)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy