org.hudsonci.plugins.vault
Class VaultException

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DuplicateBundleException, NoSuchBundleException

public class VaultException
extends RuntimeException

Thrown to indicate a vault-related failure.

Author:
Jason Dillon
See Also:
Serialized Form

Constructor Summary
VaultException()
           
VaultException(String message)
           
VaultException(String message, Throwable cause)
           
VaultException(Throwable cause)
           
 
Method Summary
 
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

VaultException

public VaultException()

VaultException

public VaultException(String message)

VaultException

public VaultException(String message,
                      Throwable cause)

VaultException

public VaultException(Throwable cause)


Copyright © 2004-2012 Hudson. All Rights Reserved.