Class EventListenerNotRegisteredException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- es.bsc.dataclay.exceptions.DataClayException
-
- es.bsc.dataclay.exceptions.logicmodule.notificationmgr.EventListenerNotRegisteredException
-
- All Implemented Interfaces:
DataClaySerializable
,Serializable
public class EventListenerNotRegisteredException extends DataClayException
This class represents the exceptions produced in NotificationManager module when some event listener specified is not registered.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EventListenerNotRegisteredException(ECAID id)
This exception is produced when some event listener is not registered
-
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
-
EventListenerNotRegisteredException
public EventListenerNotRegisteredException(ECAID id)
This exception is produced when some event listener is not registered- Parameters:
id
- ID of the event
-
-