Package jakarta.websocket
Class DecodeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
jakarta.websocket.DecodeException
- All Implemented Interfaces:
- Serializable
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionDecodeException(String encodedString, String message) DecodeException(String encodedString, String message, Throwable cause) DecodeException(ByteBuffer bb, String message) DecodeException(ByteBuffer bb, String message, Throwable cause) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
DecodeException
- 
DecodeException
- 
DecodeException
- 
DecodeException
 
- 
- 
Method Details- 
getBytes
- 
getText
 
-