org.gcube.common.vremanagement.deployer.impl.operators.ant
Class AntInterfaceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.gcube.common.vremanagement.deployer.impl.operators.ant.AntInterfaceException
All Implemented Interfaces:
Serializable

public class AntInterfaceException
extends Exception

Exception class for Ant interaction troubles

Author:
Manuele Simi
See Also:
Serialized Form

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

AntInterfaceException

public AntInterfaceException()

AntInterfaceException

public AntInterfaceException(String message)
Parameters:
message - the error message

AntInterfaceException

public AntInterfaceException(Throwable cause)
Parameters:
cause - the cause of the exception

AntInterfaceException

public AntInterfaceException(String message,
                             Throwable cause)
Parameters:
message - the error message
cause - the cause of the exception


Copyright © 2013. All Rights Reserved.