hudson.maven.agent
Class AbortException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
hudson.maven.agent.AbortException
- All Implemented Interfaces:
- Serializable
public final class AbortException
- extends RuntimeException
Thrown when PluginManagerListener returned false to orderly
abort the execution. The caller shouldn't dump the stack trace for
this exception.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
AbortException
public AbortException(String message)
AbortException
public AbortException(String message,
Exception e)
Copyright © 2010. All Rights Reserved.