Class TextDecodeException

All Implemented Interfaces:
Serializable

@Experimental("This API is experimental and may change in the future") public class TextDecodeException extends WebSocketException
See Also:
  • Constructor Details

    • TextDecodeException

      public TextDecodeException(String text, String message)
    • TextDecodeException

      public TextDecodeException(String text, String message, Throwable cause)
  • Method Details

    • getText

      public String getText()