com.atlassian.jira.web.util
Class InternalServerErrorExceptionDataSource

java.lang.Object
  extended by com.atlassian.jira.web.util.InternalServerErrorExceptionDataSource

public class InternalServerErrorExceptionDataSource
extends Object


Constructor Summary
InternalServerErrorExceptionDataSource(Throwable exception, ExtendedSystemInfoUtils extendedSystemInfoUtils)
           
 
Method Summary
 String getInterpretedMessage()
           
 String getRootCause()
           
 String getStacktrace()
           
protected  void parseException()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InternalServerErrorExceptionDataSource

public InternalServerErrorExceptionDataSource(Throwable exception,
                                              @Nullable
                                              ExtendedSystemInfoUtils extendedSystemInfoUtils)
Method Detail

parseException

protected void parseException()

getInterpretedMessage

public String getInterpretedMessage()

getStacktrace

public String getStacktrace()

getRootCause

public String getRootCause()


Copyright © 2002-2013 Atlassian. All Rights Reserved.