org.hudsonci.maven.plugin.builder
Class BuildStateNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.hudsonci.service.ServiceRuntimeException
org.hudsonci.service.NotFoundException
org.hudsonci.maven.plugin.builder.BuildStateNotFoundException
- All Implemented Interfaces:
- Serializable
public class BuildStateNotFoundException
- extends NotFoundException
Thrown when a requested build-state or a collection of build-states is not found.
- Since:
- 2.1.0
- Author:
- Jason Dillon
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
BuildStateNotFoundException
public BuildStateNotFoundException(String projectName,
int buildNumber,
int index)
BuildStateNotFoundException
public BuildStateNotFoundException(String projectName,
int buildNumber)
Copyright © 2004-2011 Hudson. All Rights Reserved.