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

com.google.code.or.io.CRCException Maven / Gradle / Ivy

There is a newer version: 1.6.1-PRE2
Show newest version
package com.google.code.or.io;

import java.io.IOException;

import com.google.code.or.binlog.BinlogEventV4Header;

public class CRCException extends IOException {
	/**
	 *
	 */
	private static final long serialVersionUID = -3079479140853693743L;

	/**
	 *
	 */
	public CRCException(BinlogEventV4Header header) {
		super("CRC Exception processing " + header);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy