org.gcube.common.vremanagement.deployer.impl.operators.common
Class DeployException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.gcube.common.vremanagement.deployer.impl.operators.common.DeployException
- All Implemented Interfaces:
- Serializable
public class DeployException
- extends Exception
Custom exception to report deployment troubles
- Author:
- Manuele Simi
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DeployException
public DeployException()
- Creates a new Deploy Exception
DeployException
public DeployException(String message)
- Parameters:
message - the error message
DeployException
public DeployException(Throwable cause)
- Parameters:
cause - the cause of the exception
DeployException
public DeployException(String message,
Throwable cause)
- Parameters:
message - the error messagecause - the cause of the exception
Copyright © 2012. All Rights Reserved.