Package org.openxava.chat
Class ChatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.openxava.chat.ChatException
- All Implemented Interfaces:
Serializable
Exception thrown by chat service implementations.
- Since:
- 7.7
- Author:
- Javier Paniza
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionChatException(String message) ChatException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ChatException
-
ChatException
-