org.hudsonci.plugins.vault
Class DuplicateBundleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.hudsonci.plugins.vault.VaultException
org.hudsonci.plugins.vault.DuplicateBundleException
- All Implemented Interfaces:
- Serializable
public class DuplicateBundleException
- extends VaultException
Thrown to indicate that an operation failed due to a duplicate named bundle.
- 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 |
DuplicateBundleException
public DuplicateBundleException(String name)
getName
public String getName()
Copyright © 2004-2012 Hudson. All Rights Reserved.