Forge - Parent 1.0.6-SNAPSHOT

org.jboss.forge.project.facets
Class FacetActionAborted

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jboss.forge.project.facets.FacetActionAborted
All Implemented Interfaces:
Serializable

public class FacetActionAborted
extends RuntimeException

Thrown when a user aborts installation of a given Facet.

Author:
Lincoln Baxter, III
See Also:
Serialized Form

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

FacetActionAborted

public FacetActionAborted()

FacetActionAborted

public FacetActionAborted(String message,
                          Throwable cause)

FacetActionAborted

public FacetActionAborted(String message)

FacetActionAborted

public FacetActionAborted(Throwable cause)

Forge - Parent 1.0.6-SNAPSHOT

Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.