public class TineLinkException extends TineException
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID
Is the serial version UID to unify this class.
|
Constructor and Description |
---|
TineLinkException(int error_)
The constructor of this exception.
|
TineLinkException(int error_,
java.lang.String message_)
The constructor of this exception.
|
TineLinkException(int error_,
java.lang.String message_,
java.lang.Throwable cause_)
The constructor of this exception.
|
TineLinkException(int error_,
java.lang.Throwable cause_)
The constructor of this exception.
|
getErrorCode
public static final long serialVersionUID
public TineLinkException(int error_)
error_
- The error code value. This is in most cases the TINE error
code.public TineLinkException(int error_, java.lang.String message_)
error_
- The error code value. This is in most cases the TINE error
code.message_
- Gets a message as its description.public TineLinkException(int error_, java.lang.Throwable cause_)
error_
- The error code value. This is in most cases the TINE error
code.cause_
- Is the throwable cause of this exception.public TineLinkException(int error_, java.lang.String message_, java.lang.Throwable cause_)
error_
- The error code value. This is in most cases the TINE error
code.message_
- Gets a message as its description.cause_
- Is the throwable cause of this exception.14-September-2016 18:23 Deutsches Elektronen-Synchrotron DESY in der Helmholtz-Gemeinschaft