Class BinaryEncodeException

All Implemented Interfaces:
Serializable

public class BinaryEncodeException extends WebSocketException
See Also:
  • Constructor Details

    • BinaryEncodeException

      public BinaryEncodeException(Object encodedObject, String message)
    • BinaryEncodeException

      public BinaryEncodeException(Object encodedObject, String message, Throwable cause)
  • Method Details

    • getEncodedObject

      public Object getEncodedObject()