com.cosylab.epics.caj.cas.requests
Class ExceptionRequest
java.lang.Object
com.cosylab.epics.caj.impl.requests.AbstractCARequest
com.cosylab.epics.caj.cas.requests.ExceptionRequest
- All Implemented Interfaces:
- Request
public class ExceptionRequest
- extends AbstractCARequest
CA exception (error) response.
NOTE: extended header not supported (error messages are not so long).
- Version:
- $id$
- Author:
- Matej Sekoranja
|
Method Summary |
byte |
getPriority()
Return default priority. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExceptionRequest
public ExceptionRequest(Transport transport,
int cid,
gov.aps.jca.CAStatus errorCode,
ByteBuffer previousHeader,
String errorMessage)
- Parameters:
transport -
getPriority
public byte getPriority()
- Description copied from class:
AbstractCARequest
- Return default priority.
- Specified by:
getPriority in interface Request- Overrides:
getPriority in class AbstractCARequest
- Returns:
- request priority.
- See Also:
Request.getPriority()
Copyright © 2004-2013 Cosylab. All Rights Reserved.