org.gcube.common.vremanagement.deployer.impl.operators.common
Class DeployException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
DeployException()
          Creates a new Deploy Exception
DeployException(String message)
           
DeployException(String message, Throwable cause)
           
DeployException(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

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 message
cause - the cause of the exception


Copyright © 2013. All Rights Reserved.