gov.lbl.dsd.p2pio
Class Err
java.lang.Object
gov.lbl.dsd.p2pio.MsgElement
gov.lbl.dsd.p2pio.Msg
gov.lbl.dsd.p2pio.Response
gov.lbl.dsd.p2pio.Err
- public class Err
- extends Response
Error response message used to indicate the failure of a previous request message.
- Version:
- $Revision: 1.5 $, $Date: 2004/02/06 23:05:35 $
TRANS_ALREADY_KNOWN
public static final int TRANS_ALREADY_KNOWN
- The error codes.
- See Also:
- Constant Field Values
TRANS_UNKNOWN
public static final int TRANS_UNKNOWN
- See Also:
- Constant Field Values
TRANS_ALREADY_CLOSED
public static final int TRANS_ALREADY_CLOSED
- See Also:
- Constant Field Values
TRANS_MUST_NOT_BE_PIPELINED
public static final int TRANS_MUST_NOT_BE_PIPELINED
- See Also:
- Constant Field Values
REQUEST_EXPECTED_BY_SERVER
public static final int REQUEST_EXPECTED_BY_SERVER
- See Also:
- Constant Field Values
RESPONSE_EXPECTED_BY_CLIENT
public static final int RESPONSE_EXPECTED_BY_CLIENT
- See Also:
- Constant Field Values
UNKNOWN_REQUEST
public static final int UNKNOWN_REQUEST
- See Also:
- Constant Field Values
INVALID_REQUEST
public static final int INVALID_REQUEST
- See Also:
- Constant Field Values
UNKNOWN_QUERY
public static final int UNKNOWN_QUERY
- See Also:
- Constant Field Values
JAXB_EXCEPTION
public static final int JAXB_EXCEPTION
- See Also:
- Constant Field Values
CGI_EXCEPTION
public static final int CGI_EXCEPTION
- See Also:
- Constant Field Values
INTERNAL_EXCEPTION
public static final int INTERNAL_EXCEPTION
- See Also:
- Constant Field Values
ILLEGAL_QUERY
public static final int ILLEGAL_QUERY
- See Also:
- Constant Field Values
Err
public Err(TransactionID tid,
int code)
Err
public Err(TransactionID tid,
int code,
Throwable cause)
getCode
public int getCode()
getCodeAsText
public String getCodeAsText()
getCauses
public List getCauses()
toAxisFault
public AxisFault toAxisFault()
Jump to the Firefish Homepage