ca.uhn.hl7v2.protocol
Class TransportException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ca.uhn.hl7v2.HL7Exception
ca.uhn.hl7v2.protocol.TransportException
- All Implemented Interfaces:
- Serializable
public class TransportException
- extends HL7Exception
Represents a problem that has occured during transport of a
message string to / from some other server.
- Version:
- $Revision: 1.1 $ updated on $Date: 2007-02-19 02:24:38 $ by $Author: jamesagnew $
- Author:
- Bryan Tripp
- See Also:
- Serialized Form
| Fields inherited from class ca.uhn.hl7v2.HL7Exception |
ACK_AA, ACK_AE, ACK_AR, ACK_CA, ACK_CE, ACK_CR, APPLICATION_INTERNAL_ERROR, APPLICATION_RECORD_LOCKED, DATA_TYPE_ERROR, DUPLICATE_KEY_IDENTIFIER, MESSAGE_ACCEPTED, REQUIRED_FIELD_MISSING, SEGMENT_SEQUENCE_ERROR, TABLE_VALUE_NOT_FOUND, UNKNOWN_KEY_IDENTIFIER, UNSUPPORTED_EVENT_CODE, UNSUPPORTED_MESSAGE_TYPE, UNSUPPORTED_PROCESSING_ID, UNSUPPORTED_VERSION_ID |
TransportException
public TransportException(String message,
Throwable cause)
- Parameters:
message - cause -
TransportException
public TransportException(Throwable cause)
- Parameters:
cause -
TransportException
public TransportException(String message)
- Parameters:
message -
Copyright © 2001-2012 University Health Network. All Rights Reserved.