public class ChatError
private final String
message
private final Throwable
cause
ChatError(String message, Throwable cause)
final String
getMessage()
final Throwable
getCause()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
final String getMessage()
final Throwable getCause()
Boolean equals(Object other)
Integer hashCode()
String toString()