public class TineAccessException extends TineException
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID
Is the serial version UID to unify this class.
|
Constructor and Description |
---|
TineAccessException(EAccess access_)
The constructor of a TINE access exception.
|
TineAccessException(java.lang.String message_,
EAccess access_)
The constructor of a TINE access exception.
|
TineAccessException(java.lang.String message_,
java.lang.Throwable cause_,
EAccess access_)
The constructor of a TINE access exception.
|
TineAccessException(java.lang.Throwable cause_,
EAccess access_)
The constructor of a TINE access exception.
|
Modifier and Type | Method and Description |
---|---|
EAccess |
getAccess()
Returns the access.
|
getErrorCode
public static final long serialVersionUID
public TineAccessException(EAccess access_)
access_
- The access which occurs on build this exception.public TineAccessException(java.lang.String message_, EAccess access_)
message_
- Gets a message as its description.access_
- The access which occurs on build this exception.public TineAccessException(java.lang.Throwable cause_, EAccess access_)
cause_
- Is the throwable cause of this exception.access_
- The access which occurres on build this exception.public TineAccessException(java.lang.String message_, java.lang.Throwable cause_, EAccess access_)
message_
- Gets a message as its description.cause_
- Is the throwable cause of this exception.access_
- The access which occurs on build this exception.public EAccess getAccess()
14-September-2016 18:23 Deutsches Elektronen-Synchrotron DESY in der Helmholtz-Gemeinschaft