org.hudsonci.utils.tasks
Class UnsupportedProjectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.hudsonci.utils.tasks.UnsupportedProjectException
- All Implemented Interfaces:
- Serializable
public class UnsupportedProjectException
- extends RuntimeException
Indicates that an operation on a sub-class of AbstractProject is not supported by a project type.
- Since:
- 2.1.0
- Author:
- Jamie Whitehouse
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnsupportedProjectException
public UnsupportedProjectException(AbstractProject project)
UnsupportedProjectException
public UnsupportedProjectException(AbstractProject project,
String moreDetail)
getProject
public AbstractProject getProject()
Copyright © 2004-2011 Hudson. All Rights Reserved.