org.apache.maven.continuum.profile
Class AlreadyExistsProfileException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.continuum.ContinuumException
org.apache.maven.continuum.profile.AlreadyExistsProfileException
- All Implemented Interfaces:
- Serializable
public class AlreadyExistsProfileException
- extends ContinuumException
- Since:
- 1.2
- Version:
- $Id: AlreadyExistsProfileException.java 1372267 2012-08-13 05:47:30Z brett $
- Author:
- olamy
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
AlreadyExistsProfileException
public AlreadyExistsProfileException(String message)
- Parameters:
message
-
AlreadyExistsProfileException
public AlreadyExistsProfileException(String message,
Throwable cause)
- Parameters:
message
- cause
-
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.