org.codehaus.plexus.jdo
Class PlexusStoreException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.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)
           
 
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-2007 Codehaus. All Rights Reserved.