com.candle.roma.kxc
Class RomaExcErrorData

java.lang.Object
  |
  +--com.candle.roma.kxc.RomaExcErrorData

public final class RomaExcErrorData
extends java.lang.Object

This class defines the exception error data.

See Also:
RomaError

Method Summary
 int getCallType()
          Returns the type of the failed procedure.
 RomaError getError()
          Returns the error information set by the reporting application.
 java.lang.String getQueueName()
          Returns the name of the queue on which the failed operation was operating.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getError

public RomaError getError()
Returns the error information set by the reporting application.

getCallType

public int getCallType()
Returns the type of the failed procedure.
Returns:
one of the Roma.CALLTYPE_* constants.

getQueueName

public java.lang.String getQueueName()
Returns the name of the queue on which the failed operation was operating.