Package org.jboss.windup.util.exception
Class WindupStopException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.jboss.windup.util.exception.WindupException
-
- org.jboss.windup.util.exception.WindupStopException
-
- All Implemented Interfaces:
Serializable
public final class WindupStopException extends WindupException
Thrown in certain situations when we need to stop Windup execution, typically based on external request.- Author:
- Ondrej Zizka
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WindupStopException(Exception cause)Intended for wrapping another exception meant to stop the execution.WindupStopException(String message)WindupStopException(String message, Exception cause)Intended for wrapping another exception meant to stop the execution.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
WindupStopException
public WindupStopException(String message)
-
WindupStopException
public WindupStopException(String message, Exception cause)
Intended for wrapping another exception meant to stop the execution.
-
WindupStopException
public WindupStopException(Exception cause)
Intended for wrapping another exception meant to stop the execution.
-
-