org.codehaus.plexus.jdo
Class PlexusObjectNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.codehaus.plexus.jdo.PlexusStoreException
              extended by org.codehaus.plexus.jdo.PlexusObjectNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class PlexusObjectNotFoundException
extends PlexusStoreException

Version:
$Id: PlexusObjectNotFoundException.java 3097 2006-03-27 13:05:42Z evenisse $
Author:
Emmanuel Venisse
See Also:
Serialized Form

Constructor Summary
PlexusObjectNotFoundException(java.lang.String type, java.lang.String id)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PlexusObjectNotFoundException

public PlexusObjectNotFoundException(java.lang.String type,
                                     java.lang.String id)


Copyright © 2005-2008 Codehaus. All Rights Reserved.