org.hudsonci.plugins.vault
Class NoSuchBundleException

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.NoSuchBundleException
All Implemented Interfaces:
Serializable

public class NoSuchBundleException
extends VaultException

Thrown to indicate that an operation failed due to a missing bundle.

Author:
Jason Dillon
See Also:
Serialized Form

Constructor Summary
NoSuchBundleException(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

NoSuchBundleException

public NoSuchBundleException(String name)
Method Detail

getName

public String getName()


Copyright © 2004-2012 Hudson. All Rights Reserved.