com.atlassian.jira.util
Class OracleDataSizeExceptionInterpreter

java.lang.Object
  extended by com.atlassian.jira.util.ExceptionInterpreter
      extended by com.atlassian.jira.util.OracleDataSizeExceptionInterpreter

public class OracleDataSizeExceptionInterpreter
extends ExceptionInterpreter

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
OracleDataSizeExceptionInterpreter()
           
 
Method Summary
protected  String handleInvoke(ViewSystemInfo vsi, String exceptionMessage)
           
 
Methods inherited from class com.atlassian.jira.util.ExceptionInterpreter
append, getSibling, invoke, last, setSibling
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OracleDataSizeExceptionInterpreter

public OracleDataSizeExceptionInterpreter()
Method Detail

handleInvoke

protected String handleInvoke(ViewSystemInfo vsi,
                              String exceptionMessage)
                       throws Exception
Overrides:
handleInvoke in class ExceptionInterpreter
Throws:
Exception


Copyright © 2002-2007 Atlassian. All Rights Reserved.