/**
* Copyright 2013 BigML
* Licensed under the Apache License, Version 2.0
* http://www.apache.org/licenses/LICENSE-2.0
*/
package org.streaminer.stream.histogram.spdt;
public class BinUpdateException extends Exception {
public BinUpdateException(String message) {
super(message);
}
}