org.apache.maven.profiles.activation
Class ProfileActivationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.profiles.activation.ProfileActivationException
All Implemented Interfaces:
Serializable

Deprecated.

@Deprecated
public class ProfileActivationException
extends Exception

See Also:
Serialized Form

Constructor Summary
ProfileActivationException(String message)
          Deprecated.  
ProfileActivationException(String message, Throwable cause)
          Deprecated.  
 
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

ProfileActivationException

public ProfileActivationException(String message,
                                  Throwable cause)
Deprecated. 

ProfileActivationException

public ProfileActivationException(String message)
Deprecated. 


Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.