org.hudsonci.plugins.vault.install
Class PackageInstallException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.