Class ChatException

All Implemented Interfaces:
Serializable

public class ChatException extends Exception
Exception thrown by chat service implementations.
Since:
7.7
Author:
Javier Paniza
See Also:
  • Constructor Details

    • ChatException

      public ChatException(String message)
    • ChatException

      public ChatException(String message, Throwable cause)