Class InvalidEncodingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.java_websocket.exceptions.InvalidEncodingException
All Implemented Interfaces:
Serializable

public class InvalidEncodingException extends RuntimeException
The Character Encoding is not supported.
Since:
1.4.0
See Also:
  • Constructor Details

    • InvalidEncodingException

      public InvalidEncodingException(UnsupportedEncodingException encodingException)
      constructor for InvalidEncodingException
      Parameters:
      encodingException - the cause for this exception
  • Method Details

    • getEncodingException

      public UnsupportedEncodingException getEncodingException()
      Get the exception which includes more information on the unsupported encoding
      Returns:
      an UnsupportedEncodingException