org.gcube.common.vremanagement.deployer.impl.operators.ant
Class AntInterfaceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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 messagecause - the cause of the exception
Copyright © 2012. All Rights Reserved.