Class DMPMException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.gcube.dataanalysis.dataminer.poolmanager.util.exception.DMPMException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AlgorithmException,AnsibleException,GenericException,SVNCommitException,UndefinedDependenciesException
public abstract class DMPMException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DMPMException(String errorMessage)DMPMException(String errorMessage, Throwable cause)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract StringgetErrorMessage()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-