Class MessagingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- be.yildizgames.common.exception.technical.TechnicalException
-
- be.yildizgames.module.messaging.exception.MessagingException
-
- All Implemented Interfaces:
Serializable
public class MessagingException extends be.yildizgames.common.exception.technical.TechnicalException- Author:
- Grégory Van den Borre
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MessagingException(Exception cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
MessagingException
public MessagingException(Exception cause)
-
-