org.codehaus.plexus.jdo
Class PlexusStoreException

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

public class PlexusStoreException
extends java.lang.Exception

Version:
$Id: PlexusStoreException.java 3096 2006-03-27 11:26:19Z evenisse $
Author:
Emmanuel Venisse
See Also:
Serialized Form

Constructor Summary
PlexusStoreException(java.lang.String msg)
           
PlexusStoreException(java.lang.String msg, java.lang.Exception ex)
           
 
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

PlexusStoreException

public PlexusStoreException(java.lang.String msg)

PlexusStoreException

public PlexusStoreException(java.lang.String msg,
                            java.lang.Exception ex)


Copyright © 2005-2008 Codehaus. All Rights Reserved.