public class LongColumnException extends StandardException
StandardException.BadMessageArgumentException
Modifier and Type | Field and Description |
---|---|
protected java.lang.Object |
column |
protected DynamicByteArrayOutputStream |
logBuffer |
protected int |
nextColumn |
protected int |
realSpaceOnPage |
REPORT_ALWAYS, REPORT_DEFAULT, REPORT_NEVER
Constructor and Description |
---|
LongColumnException() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getColumn() |
DynamicByteArrayOutputStream |
getLogBuffer() |
int |
getNextColumn() |
int |
getRealSpaceOnPage() |
void |
setColumn(java.lang.Object column) |
void |
setExceptionInfo(DynamicByteArrayOutputStream out,
int nextColumn,
int realSpaceOnPage) |
closeException, getArgumentFerry, getArguments, getErrorCode, getErrorProperty, getMessage, getMessageId, getNextException, getSeverity, getSeverityFromIdentifier, getSQLState, getSQLStateFromIdentifier, interrupt, isLockTimeout, isLockTimeoutOrDeadlock, isSelfDeadlock, newException, newException, newException, newException, newPreLocalizedException, newWarning, normalClose, plainWrapException, report, setReport, setSeverity, toString, unexpectedUserException
protected DynamicByteArrayOutputStream logBuffer
protected int nextColumn
protected int realSpaceOnPage
protected java.lang.Object column
public void setColumn(java.lang.Object column)
public void setExceptionInfo(DynamicByteArrayOutputStream out, int nextColumn, int realSpaceOnPage)
public java.lang.Object getColumn()
public DynamicByteArrayOutputStream getLogBuffer()
public int getNextColumn()
public int getRealSpaceOnPage()
Apache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.