Class CleanExecutionClassesDirException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- es.bsc.dataclay.exceptions.DataClayException
-
- es.bsc.dataclay.exceptions.dataservice.CleanExecutionClassesDirException
-
- All Implemented Interfaces:
DataClaySerializable
,Serializable
public class CleanExecutionClassesDirException extends DataClayException
This class represents the exceptions produced in DataService module when cannot remove the execution classes directory.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CleanExecutionClassesDirException(String errorMessage)
This exception is produced when an error occurs during the removal of execution classes directory.
-
Method Summary
-
Methods inherited from class es.bsc.dataclay.exceptions.DataClayException
asGrpcException, deserialize, equals, getErrorcode, getLocalizedMessage, hashCode, printStackTrace, serialize, setErrorCode, setExceptionMessage
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
CleanExecutionClassesDirException
public CleanExecutionClassesDirException(String errorMessage)
This exception is produced when an error occurs during the removal of execution classes directory.- Parameters:
errorMessage
- Error message produced.
-
-