hudson.maven.agent
Class AbortException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.plugin.PluginManagerException
              extended by hudson.maven.agent.AbortException
All Implemented Interfaces:
java.io.Serializable

public final class AbortException
extends org.apache.maven.plugin.PluginManagerException

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

Constructor Summary
AbortException(java.lang.String message)
           
AbortException(java.lang.String message, java.lang.Exception e)
           
 
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

AbortException

public AbortException(java.lang.String message)

AbortException

public AbortException(java.lang.String message,
                      java.lang.Exception e)


Copyright © 2007. All Rights Reserved.