com.atlassian.confluence.admin.actions
Class SystemErrorInformationLogger

java.lang.Object
  extended by com.atlassian.confluence.admin.actions.SystemErrorInformationLogger

public class SystemErrorInformationLogger
extends java.lang.Object

This class does little more than write the information which is contained on the 500 page to a log file.


Constructor Summary
SystemErrorInformationLogger(com.tangosol.util.UUID uuid, javax.servlet.ServletContext servletContext, javax.servlet.http.HttpServletRequest request)
           
 
Method Summary
 void writeToLog()
          This is essentially a straight translation of the JSP into Java code.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemErrorInformationLogger

public SystemErrorInformationLogger(com.tangosol.util.UUID uuid,
                                    javax.servlet.ServletContext servletContext,
                                    javax.servlet.http.HttpServletRequest request)
Method Detail

writeToLog

public void writeToLog()
This is essentially a straight translation of the JSP into Java code.



Copyright © 2003-2008 Atlassian Pty Ltd. All Rights Reserved.