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

scouter.agent.error.TOO_MANY_COLLECTION_MEMBERS Maven / Gradle / Ivy

There is a newer version: 2.20.0
Show newest version
package scouter.agent.error;

public class TOO_MANY_COLLECTION_MEMBERS extends IllegalStateException {

	public TOO_MANY_COLLECTION_MEMBERS() {
	}

	public TOO_MANY_COLLECTION_MEMBERS(String reason) {
		super(reason);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy