Class AnsibleException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.gcube.dataanalysis.dataminer.poolmanager.util.exception.DMPMException
-
- org.gcube.dataanalysis.dataminer.poolmanager.service.exceptions.AnsibleException
-
- All Implemented Interfaces:
Serializable
public class AnsibleException extends DMPMException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AnsibleException(int returnCode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetErrorMessage()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getErrorMessage
public String getErrorMessage()
- Specified by:
getErrorMessagein classDMPMException
-
-