org.apache.maven.continuum.profile
Class AlreadyExistsProfileException

Package class diagram package AlreadyExistsProfileException
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.profile.AlreadyExistsProfileException
All Implemented Interfaces:
Serializable

public class AlreadyExistsProfileException
extends ContinuumException

Since:
9 mai 2008, 1.2
Version:
$Id: AlreadyExistsProfileException.java 729143 2008-12-23 22:21:06Z olamy $
Author:
olamy
See Also:
Serialized Form

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

AlreadyExistsProfileException

public AlreadyExistsProfileException(String message)
Parameters:
message -

AlreadyExistsProfileException

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


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