Serialized Form
Package org.apache.commons.cactus |
exceptionClassName
java.lang.String exceptionClassName
- Name of the exception class if an error occurred
exceptionStackTrace
java.lang.String exceptionStackTrace
- Save the stack trace as text because otherwise it will not be
transmitted back to the client (the stack trac field in the
Throwable
class is transient).
exceptionMessage
java.lang.String exceptionMessage
- The exception message if an error occurred
Package org.apache.commons.cactus.client |
m_StackTrace
java.lang.String m_StackTrace
- The stack trace that was sent back from the servlet redirector as a
string.
m_ClassName
java.lang.String m_ClassName
- The class name of the exception that was raised on the server side.
m_StackTrace
java.lang.String m_StackTrace
- The stack trace that was sent back from the servlet redirector as a
string.
m_ClassName
java.lang.String m_ClassName
- The class name of the exception that was raised on the server side.
Package org.apache.commons.cactus.server |
Copyright © 2000-2001 Apache Software Foundation. All Rights Reserved.