Class MessageNotSendException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.muehlencord.shared.network.http.MessageNotSendException
All Implemented Interfaces:
Serializable

public class MessageNotSendException extends Exception
This message is thrown if a message cannot be sent
Author:
Joern Muehlencord (joern@muehlencord.de)
See Also:
  • Constructor Details

    • MessageNotSendException

      public MessageNotSendException(String msg)
      Constructs an instance of MessageNotSendException with the specified detail message.
      Parameters:
      msg - the detail message.
    • MessageNotSendException

      public MessageNotSendException(String msg, Throwable th)
      Constructs an instance of MessageNotSendException with the specified detail message.
      Parameters:
      msg - the detail message.
      th - the causing exception