Class CodingException

All Implemented Interfaces:
Serializable

public class CodingException extends RuntimeException
Exception thrown when a packet cannot be encoded or decoded.
See Also:
  • Constructor Details

    • CodingException

      public CodingException(String string)
    • CodingException

      public CodingException(String string, Exception e)