Package jakarta.websocket
Class DecodeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- jakarta.websocket.DecodeException
-
- All Implemented Interfaces:
java.io.Serializable
public class DecodeException extends java.lang.Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DecodeException(java.lang.String encodedString, java.lang.String message)
DecodeException(java.lang.String encodedString, java.lang.String message, java.lang.Throwable cause)
DecodeException(java.nio.ByteBuffer bb, java.lang.String message)
DecodeException(java.nio.ByteBuffer bb, java.lang.String message, java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.nio.ByteBuffer
getBytes()
java.lang.String
getText()
-
-
-
Constructor Detail
-
DecodeException
public DecodeException(java.nio.ByteBuffer bb, java.lang.String message, java.lang.Throwable cause)
-
DecodeException
public DecodeException(java.lang.String encodedString, java.lang.String message, java.lang.Throwable cause)
-
DecodeException
public DecodeException(java.nio.ByteBuffer bb, java.lang.String message)
-
DecodeException
public DecodeException(java.lang.String encodedString, java.lang.String message)
-
-