Class MessagingException

  • All Implemented Interfaces:
    java.io.Serializable

    public class MessagingException
    extends java.lang.Exception
    Thrown 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Throwable getCause()  
      void printStackTrace()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • MessagingException

        public MessagingException()
        Constructs an empty Exception.
      • MessagingException

        public MessagingException​(java.lang.String msg)
        Constructs an exception with the given message.
      • MessagingException

        public MessagingException​(java.lang.Throwable cause)
    • Method Detail

      • printStackTrace

        public void printStackTrace()
        Overrides:
        printStackTrace in class java.lang.Throwable
      • getCause

        public java.lang.Throwable getCause()
        Overrides:
        getCause in class java.lang.Throwable