Class MxLookupException
- Object
-
- Throwable
-
- Exception
-
- mireka.smtp.SendException
-
- mireka.transmission.immediate.dns.MxLookupException
-
- All Implemented Interfaces:
java.io.Serializable
public class MxLookupException extends SendException
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class mireka.smtp.SendException
failureDate
-
-
Constructor Summary
Constructors Constructor Description MxLookupException(String message, EnhancedStatus errorStatus)MxLookupException(Throwable cause, EnhancedStatus errorStatus)
-
Method Summary
-
Methods inherited from class mireka.smtp.SendException
errorStatus, getLogId, initLogId
-
-
-
-
Constructor Detail
-
MxLookupException
public MxLookupException(Throwable cause, EnhancedStatus errorStatus)
-
MxLookupException
public MxLookupException(String message, EnhancedStatus errorStatus)
-
-