All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.mchange.net.ProtocolException Maven / Gradle / Ivy

There is a newer version: 0.3.1
Show newest version
package com.mchange.net;

public class ProtocolException extends Exception
{
  public ProtocolException()
    {super();}

  public ProtocolException(String msg)
    {super(msg);}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy