![JAR search and dependency download from the Maven repository](/logo.png)
org.codehaus.plexus.jdo.PlexusStoreException Maven / Gradle / Ivy
The newest version!
package org.codehaus.plexus.jdo;
/**
* @author Emmanuel Venisse
* @version $Id: PlexusStoreException.java 3096 2006-03-27 11:26:19Z evenisse $
*/
public class PlexusStoreException
extends Exception
{
public PlexusStoreException( String msg )
{
super( msg );
}
public PlexusStoreException( String msg, Exception ex )
{
super( msg, ex );
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy