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

com.mindoo.domino.jna.errors.UnsupportedItemValueError Maven / Gradle / Ivy

There is a newer version: 0.9.53
Show newest version
package com.mindoo.domino.jna.errors;

import com.mindoo.domino.jna.NotesNote;

/**
 * The exception is thrown in {@link NotesNote} when an item value is read that cannot (yet)
 * be parsed.
 * 
 * @author Karsten Lehmann
 */
public class UnsupportedItemValueError extends NotesError {
	private static final long serialVersionUID = 3855708047676206228L;

	public UnsupportedItemValueError(String msg) {
		super(0, msg);
	}
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy