Package mireka.transmission.immediate
Class RemoteMtaErrorResponseException
- Object
-
- Throwable
-
- Exception
-
- mireka.smtp.SendException
-
- mireka.transmission.immediate.RemoteMtaErrorResponseException
-
- All Implemented Interfaces:
java.io.Serializable
public class RemoteMtaErrorResponseException extends SendException
Thrown to indicate that the remote MTA returned an error message.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class mireka.smtp.SendException
failureDate
-
-
Constructor Summary
Constructors Constructor Description RemoteMtaErrorResponseException(org.subethamail.smtp.client.SMTPException e, MtaAddress remoteMta)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MtaAddressremoteMta()MailSystemStatusremoteMtaStatus()SMTP response sent by the remote MTA-
Methods inherited from class mireka.smtp.SendException
errorStatus, getLogId, initLogId
-
-
-
-
Constructor Detail
-
RemoteMtaErrorResponseException
public RemoteMtaErrorResponseException(org.subethamail.smtp.client.SMTPException e, MtaAddress remoteMta)
-
-
Method Detail
-
remoteMta
public MtaAddress remoteMta()
-
remoteMtaStatus
public MailSystemStatus remoteMtaStatus()
SMTP response sent by the remote MTA
-
-