Serialized Form
Package org.apache.cactus |
name
java.lang.String name
- The cookie name
value
java.lang.String value
- The cookie value
comment
java.lang.String comment
- The cookie description.
- See Also:
Cookie.setComment(String)
domain
java.lang.String domain
- The cookie domain.
- See Also:
Cookie.setDomain(String)
expiryDate
java.util.Date expiryDate
- The cookie expiry date.
- See Also:
Cookie.setExpiryDate(Date)
path
java.lang.String path
- The cookie path.
- See Also:
Cookie.setPath(String)
isSecure
boolean isSecure
- True if the cookie should only be sent over secure connections.
- See Also:
Cookie.setSecure(boolean)
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.cactus.client |
stackTrace
java.lang.String stackTrace
- The stack trace that was sent back from the servlet redirector as a
string.
className
java.lang.String className
- The class name of the exception that was raised on the server side.
stackTrace
java.lang.String stackTrace
- The stack trace that was sent back from the servlet redirector as a
string.
className
java.lang.String className
- The class name of the exception that was raised on the server side.
Package org.apache.cactus.server |
Package org.apache.cactus.util |
originalException
java.lang.Throwable originalException
- Original exception which caused this exception.
Copyright © 2000-2001 Apache Software Foundation. All Rights Reserved.