org.jboss.forge.project.facets
Class FacetActionAborted
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
FacetActionAborted
public FacetActionAborted()
FacetActionAborted
public FacetActionAborted(String message,
Throwable cause)
FacetActionAborted
public FacetActionAborted(String message)
FacetActionAborted
public FacetActionAborted(Throwable cause)
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.