Package totalcross.net.mail
Class MessagingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- totalcross.net.mail.MessagingException
-
- All Implemented Interfaces:
java.io.Serializable
public class MessagingException extends java.lang.ExceptionThrown when a write operation fails when sending a Message, or when an unexpected code is received from the remote host.- Since:
- TotalCross 1.13
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MessagingException()Constructs an empty Exception.MessagingException(java.lang.String msg)Constructs an exception with the given message.MessagingException(java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ThrowablegetCause()voidprintStackTrace()
-