org.hudsonci.plugins.vault
Class DuplicateBundleException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.hudsonci.plugins.vault.VaultException
                  extended by 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

Constructor Summary
DuplicateBundleException(String name)
           
 
Method Summary
 String getName()
           
 
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

DuplicateBundleException

public DuplicateBundleException(String name)
Method Detail

getName

public String getName()


Copyright © 2004-2012 Hudson. All Rights Reserved.