Module java.base
Package java.net

Class ProtocolException

  • All Implemented Interfaces:
    Serializable


    public classProtocolExceptionextendsIOException
    Thrown to indicate that there is an error in the underlying protocol, such as a TCP error.
    Since:
    1.0
    See Also:
    Serialized Form
    • Constructor Detail

      • ProtocolException

        public ProtocolException(String message)
        Constructs a newProtocolException with the specified detail message.
        Parameters:
        message - the detail message.
      • ProtocolException

        public ProtocolException()
        Constructs a newProtocolException with no detail message.