Class ProtocolException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.pkl.core.messaging.ProtocolException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DecodeException

public class ProtocolException extends Exception
See Also:
  • Constructor Details

    • ProtocolException

      public ProtocolException(String msg, Throwable cause)
    • ProtocolException

      public ProtocolException(String msg)