org.apache.maven.continuum.installation
Class AlreadyExistsInstallationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.continuum.ContinuumException
              extended by org.apache.maven.continuum.installation.AlreadyExistsInstallationException
All Implemented Interfaces:
Serializable

public class AlreadyExistsInstallationException
extends ContinuumException

Since:
1.2
Version:
$Id: AlreadyExistsInstallationException.java 1372267 2012-08-13 05:47:30Z brett $
Author:
olamy
See Also:
Serialized Form

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

AlreadyExistsInstallationException

public AlreadyExistsInstallationException(String message)
Parameters:
message -

AlreadyExistsInstallationException

public AlreadyExistsInstallationException(String message,
                                          Throwable cause)
Parameters:
message -
cause -


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