org.hudsonci.maven.plugin.builder
Class BuilderConfigurationNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.hudsonci.service.ServiceRuntimeException
                  extended by org.hudsonci.service.NotFoundException
                      extended by org.hudsonci.maven.plugin.builder.BuilderConfigurationNotFoundException
All Implemented Interfaces:
Serializable

public class BuilderConfigurationNotFoundException
extends NotFoundException

Thrown when a requested builder configuration is not found.

Since:
2.1.0
Author:
Jason Dillon
See Also:
Serialized Form

Constructor Summary
BuilderConfigurationNotFoundException(String projectName, int index)
           
 
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

BuilderConfigurationNotFoundException

public BuilderConfigurationNotFoundException(String projectName,
                                             int index)


Copyright © 2004-2011 Hudson. All Rights Reserved.