public class

InternalServerErrorExceptionDataSource

extends Object
java.lang.Object
   ↳ com.atlassian.jira.web.util.InternalServerErrorExceptionDataSource

Summary

Public Constructors
InternalServerErrorExceptionDataSource(Throwable exception, ExtendedSystemInfoUtils extendedSystemInfoUtils)
Public Methods
String getInterpretedMessage()
String getRootCause()
String getStacktrace()
Protected Methods
void parseException()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public InternalServerErrorExceptionDataSource (Throwable exception, ExtendedSystemInfoUtils extendedSystemInfoUtils)

Public Methods

public String getInterpretedMessage ()

public String getRootCause ()

public String getStacktrace ()

Protected Methods

protected void parseException ()