public class

OracleDataSizeExceptionInterpreter

extends ExceptionInterpreter
java.lang.Object
   ↳ com.atlassian.jira.util.ExceptionInterpreter
     ↳ com.atlassian.jira.util.OracleDataSizeExceptionInterpreter

Class Overview

This implementation of ExceptionInterpreter shows links to confluence howto's on how to fix the oracle large string problem. This looks for the oracle error code ORA-01461 as evidence that we have hit the problem.

Summary

Public Constructors
OracleDataSizeExceptionInterpreter()
Protected Methods
String handleInvoke(ExtendedSystemInfoUtils extendedSystemInfoUtils, String exceptionMessage)
[Expand]
Inherited Methods
From class com.atlassian.jira.util.ExceptionInterpreter
From class java.lang.Object

Public Constructors

public OracleDataSizeExceptionInterpreter ()

Protected Methods

protected String handleInvoke (ExtendedSystemInfoUtils extendedSystemInfoUtils, String exceptionMessage)

Throws
Exception