com.jxml.qare.qhome
Class CommonExceptionReply
java.lang.Object
|
+--com.jxml.qare.qhome.SDO
|
+--com.jxml.qare.qhome.MessageAgent
|
+--com.jxml.qare.qhome.CommonExceptionReply
- All Implemented Interfaces:
- Item
- public class CommonExceptionReply
- extends MessageAgent
This class handles all the exceptions generated at the time of reply.
Methods inherited from class com.jxml.qare.qhome.MessageAgent |
lastSend, lastSend, send, send, send, send, send, send, send, signed, timeout |
exceptionName
public String exceptionName
exceptionTrace
public String exceptionTrace
CommonExceptionReply
public CommonExceptionReply()
CommonExceptionReply
public CommonExceptionReply(Exception e)
throws UnsupportedEncodingException
getAction
public String getAction()
- Returns the action defined by this message.
- Overrides:
getAction
in class SDO
toString
public String toString()
- Overrides:
toString
in class Object
getFactory
public QSchemaFactory getFactory()
- Returns the reply schema(predefined format of data).
- Overrides:
getFactory
in class SDO
process
public void process(DBSession.Row qSession,
QAppPlugin qapp)
throws Exception
- Description copied from class:
MessageAgent
- This method is overidden by classes which use the process/reply logic.
- Overrides:
process
in class MessageAgent
eval
public void eval(Map properties,
List args,
ClassLoader cl)
throws Exception
- Puts the template name into properties.
- Overrides:
eval
in class SDO