org.apache.maven.continuum.installation
Class InstallationException

Package class diagram package InstallationException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.continuum.installation.InstallationException
All Implemented Interfaces:
Serializable

public class InstallationException
extends Exception

Since:
13 juin 07
Version:
$Id: InstallationException.java 729143 2008-12-23 22:21:06Z olamy $
Author:
olamy
See Also:
Serialized Form

Constructor Summary
InstallationException(String message)
           
InstallationException(String message, 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

InstallationException

public InstallationException(String message)

InstallationException

public InstallationException(String message,
                             Throwable cause)


Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.