public class ObserverableException
extends java.lang.IllegalArgumentException
setSubject(IDeviceSubject)
.Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID
Is the serial version UID to unify this class.
|
Constructor and Description |
---|
ObserverableException()
Creates this exception.
|
ObserverableException(java.lang.String message_)
Creates this exception.
|
ObserverableException(java.lang.String message_,
java.lang.Throwable cause_)
Creates this exception.
|
ObserverableException(java.lang.Throwable cause_)
Creates this exception.
|
public static final long serialVersionUID
public ObserverableException()
public ObserverableException(java.lang.String message_)
message_
- Is the message to hold in this exception.public ObserverableException(java.lang.Throwable cause_)
cause_
- Is a throwable.public ObserverableException(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