Class MessageNotSendException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.muehlencord.shared.network.http.MessageNotSendException
- All Implemented Interfaces:
Serializable
This message is thrown if a message cannot be sent
- Author:
- Joern Muehlencord (joern@muehlencord.de)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs an instance ofMessageNotSendExceptionwith the specified detail message.MessageNotSendException(String msg, Throwable th) Constructs an instance ofMessageNotSendExceptionwith the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MessageNotSendException
Constructs an instance ofMessageNotSendExceptionwith the specified detail message.- Parameters:
msg- the detail message.
-
MessageNotSendException
Constructs an instance ofMessageNotSendExceptionwith the specified detail message.- Parameters:
msg- the detail message.th- the causing exception
-