org.hudsonci.plugins.vault.install
Class PackageInstallException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.hudsonci.plugins.vault.install.PackageInstallException
All Implemented Interfaces:
Serializable

public class PackageInstallException
extends RuntimeException

Thrown to indicate that a package installation failed.

Author:
Jason Dillon
See Also:
Serialized Form

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

PackageInstallException

public PackageInstallException()

PackageInstallException

public PackageInstallException(String message)

PackageInstallException

public PackageInstallException(String message,
                               Throwable cause)

PackageInstallException

public PackageInstallException(Throwable cause)


Copyright © 2004-2012 Hudson. All Rights Reserved.