![JAR search and dependency download from the Maven repository](/logo.png)
org.codehaus.plexus.jdo.PlexusObjectNotFoundException Maven / Gradle / Ivy
The newest version!
package org.codehaus.plexus.jdo;
/**
* @author Emmanuel Venisse
* @version $Id: PlexusObjectNotFoundException.java 3097 2006-03-27 13:05:42Z evenisse $
*/
public class PlexusObjectNotFoundException
extends PlexusStoreException
{
public PlexusObjectNotFoundException( String type, String id )
{
super( "Could not find object. Type '" + type + "'. Id: '" + id + "'." );
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy