Class ExecuteMethodException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- es.bsc.dataclay.exceptions.DataClayException
-
- es.bsc.dataclay.exceptions.dataservice.ExecuteMethodException
-
- All Implemented Interfaces:
DataClaySerializable
,Serializable
public class ExecuteMethodException extends DataClayException
This class represents the exceptions produced in DataService module when you try to invoke a method.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExecuteMethodException(String errorMessage)
This exception contains all errors produced in a Java Reflection invoke call.
-
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
-
ExecuteMethodException
public ExecuteMethodException(String errorMessage)
This exception contains all errors produced in a Java Reflection invoke call.- Parameters:
errorMessage
- Error message produced.
-
-