Class SessionExternalIsNotActiveException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- es.bsc.dataclay.exceptions.DataClayException
-
- es.bsc.dataclay.exceptions.logicmodule.sessionmgr.SessionExternalIsNotActiveException
-
- All Implemented Interfaces:
DataClaySerializable
,Serializable
public class SessionExternalIsNotActiveException extends DataClayException
This class represents the exceptions produced in Session Manager module when an external Session is not active.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SessionExternalIsNotActiveException(DataClayInstanceID extDataClayID)
This exception is produced when a Session is not active
-
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
-
SessionExternalIsNotActiveException
public SessionExternalIsNotActiveException(DataClayInstanceID extDataClayID)
This exception is produced when a Session is not active- Parameters:
sessionID
- ID of the Session
-
-