Package es.bsc.dataclay.exceptions
Class JavaExecutionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- es.bsc.dataclay.exceptions.DataClayException
-
- es.bsc.dataclay.exceptions.LanguageExecutionException
-
- es.bsc.dataclay.exceptions.JavaExecutionException
-
- All Implemented Interfaces:
DataClaySerializable
,Serializable
public final class JavaExecutionException extends LanguageExecutionException
This class represents the Java exceptions produced in Execution Environment.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JavaExecutionException()
Constructor used for deserializationJavaExecutionException(Throwable thejavaException)
Constructor
-
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
-
JavaExecutionException
public JavaExecutionException()
Constructor used for deserialization
-
JavaExecutionException
public JavaExecutionException(Throwable thejavaException)
Constructor- Parameters:
thejavaException
- Java exception
-
-