org.codehaus.plexus.cdc.gleaner
Class ComponentGleanerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.codehaus.plexus.cdc.gleaner.ComponentGleanerException
All Implemented Interfaces:
java.io.Serializable

public class ComponentGleanerException
extends java.lang.Exception

Version:
$Id: ComponentGleanerException.java 6923 2007-10-01 04:26:19Z user57 $
Author:
Trygve Laugstøl
See Also:
Serialized Form

Constructor Summary
ComponentGleanerException(java.lang.String message)
           
ComponentGleanerException(java.lang.String message, java.lang.Throwable cause)
           
ComponentGleanerException(java.lang.Throwable cause)
           
 
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

ComponentGleanerException

public ComponentGleanerException(java.lang.String message)

ComponentGleanerException

public ComponentGleanerException(java.lang.String message,
                                 java.lang.Throwable cause)

ComponentGleanerException

public ComponentGleanerException(java.lang.Throwable cause)


Copyright © 2001-2010 Codehaus. All Rights Reserved.