package gr.uoa.di.web.utils.collection;

@SuppressWarnings("serial")
public class CollectionManagerException extends Exception {

	public CollectionManagerException() {
		super();
		// TODO Auto-generated constructor stub
	}

	public CollectionManagerException(String message, Throwable cause) {
		super(message, cause);
		// TODO Auto-generated constructor stub
	}

	public CollectionManagerException(String message) {
		super(message);
		// TODO Auto-generated constructor stub
	}

	public CollectionManagerException(Throwable cause) {
		super(cause);
		// TODO Auto-generated constructor stub
	}

}
