Package com.atlassian.jira.util
Class OracleDataSizeExceptionInterpreter
java.lang.Object
com.atlassian.jira.util.ExceptionInterpreter
com.atlassian.jira.util.OracleDataSizeExceptionInterpreter
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.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringhandleInvoke(ExtendedSystemInfoUtils extendedSystemInfoUtils, String exceptionMessage) Methods inherited from class com.atlassian.jira.util.ExceptionInterpreter
append, getSibling, invoke, last, setSibling
-
Constructor Details
-
OracleDataSizeExceptionInterpreter
public OracleDataSizeExceptionInterpreter()
-
-
Method Details
-
handleInvoke
protected String handleInvoke(ExtendedSystemInfoUtils extendedSystemInfoUtils, String exceptionMessage) throws Exception - Overrides:
handleInvokein classExceptionInterpreter- Throws:
Exception
-