public class UnknownObserverObjectException extends ObserverableException
IDeviceSubject.notfyObservers(Object)
is
invalid or does not exist this exception is thrown.IDeviceSubject.notifyObservers(Object)
,
Serialized FormConstructor and Description |
---|
UnknownObserverObjectException()
Creates this exception.
|
UnknownObserverObjectException(java.lang.String message_)
Creates this exception.
|
UnknownObserverObjectException(java.lang.String message_,
java.lang.Throwable cause_)
Creates this exception.
|
UnknownObserverObjectException(java.lang.Throwable cause_)
Creates this exception.
|
public UnknownObserverObjectException()
public UnknownObserverObjectException(java.lang.String message_)
message_
- Is the message to hold in this exception.public UnknownObserverObjectException(java.lang.Throwable cause_)
cause_
- Is a throwable.public UnknownObserverObjectException(java.lang.String message_, java.lang.Throwable cause_)
message_
- Is the message to hold in this exception.cause_
- Is a throwable.14-September-2016 18:23 Deutsches Elektronen-Synchrotron DESY in der Helmholtz-Gemeinschaft