org.apache.derby.impl.tools.ij
Class ijException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.derby.impl.tools.ij.ijException
- All Implemented Interfaces:
- java.io.Serializable
- public class ijException
- extends java.lang.RuntimeException
ijException is used to get messages from the ij parser to
the main ij loop. Because this is not under the protocol/impl
umbrella, it does not have available to it the message service.
At this time, all messages are hard-coded in this file. A more
serviceable solution may need to be found.
- Author:
- ames.
- See Also:
- Serialized Form
Fields inherited from class java.lang.RuntimeException |
|
Fields inherited from class java.lang.Throwable |
|
Constructor Summary |
ijException(java.lang.String message)
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
IllegalStatementName
private static final java.lang.String IllegalStatementName
- See Also:
- Constant Field Values
NotYetImplemented
private static final java.lang.String NotYetImplemented
- See Also:
- Constant Field Values
AlreadyHaveConnectionNamed
private static final java.lang.String AlreadyHaveConnectionNamed
- See Also:
- Constant Field Values
BangException
private static final java.lang.String BangException
- See Also:
- Constant Field Values
ConnectionGetWarningsFailed
private static final java.lang.String ConnectionGetWarningsFailed
- See Also:
- Constant Field Values
ClassNotFoundForProtocol
private static final java.lang.String ClassNotFoundForProtocol
- See Also:
- Constant Field Values
ClassNotFound
private static final java.lang.String ClassNotFound
- See Also:
- Constant Field Values
DisconnectFailed
private static final java.lang.String DisconnectFailed
- See Also:
- Constant Field Values
DriverNotClassName
private static final java.lang.String DriverNotClassName
- See Also:
- Constant Field Values
FileNotFound
private static final java.lang.String FileNotFound
- See Also:
- Constant Field Values
ForwardOnlyCursor
private static final java.lang.String ForwardOnlyCursor
- See Also:
- Constant Field Values
GetConnectionFailed
private static final java.lang.String GetConnectionFailed
- See Also:
- Constant Field Values
IOException
private static final java.lang.String IOException
- See Also:
- Constant Field Values
NeedToDisconnect
private static final java.lang.String NeedToDisconnect
- See Also:
- Constant Field Values
NoSuchAsyncStatement
private static final java.lang.String NoSuchAsyncStatement
- See Also:
- Constant Field Values
NoSuchConnection
private static final java.lang.String NoSuchConnection
- See Also:
- Constant Field Values
NoSuchProtocol
private static final java.lang.String NoSuchProtocol
- See Also:
- Constant Field Values
NotJDBC20
private static final java.lang.String NotJDBC20
- See Also:
- Constant Field Values
NoUsingResults
private static final java.lang.String NoUsingResults
- See Also:
- Constant Field Values
ObjectWasNull
private static final java.lang.String ObjectWasNull
- See Also:
- Constant Field Values
ResultSetGetWarningsFailed
private static final java.lang.String ResultSetGetWarningsFailed
- See Also:
- Constant Field Values
ResourceNotFound
private static final java.lang.String ResourceNotFound
- See Also:
- Constant Field Values
ScrollCursorsNotSupported
private static final java.lang.String ScrollCursorsNotSupported
- See Also:
- Constant Field Values
HoldCursorsNotSupported
private static final java.lang.String HoldCursorsNotSupported
- See Also:
- Constant Field Values
StatementGetWarningsFailed
private static final java.lang.String StatementGetWarningsFailed
- See Also:
- Constant Field Values
WaitInterrupted
private static final java.lang.String WaitInterrupted
- See Also:
- Constant Field Values
ZeroInvalidForAbsolute
private static final java.lang.String ZeroInvalidForAbsolute
- See Also:
- Constant Field Values
ijException
public ijException(java.lang.String message)
notYetImplemented
static ijException notYetImplemented()
illegalStatementName
static ijException illegalStatementName(java.lang.String n)
alreadyHaveConnectionNamed
static ijException alreadyHaveConnectionNamed(java.lang.String n)
bangException
static ijException bangException(java.lang.Throwable t)
classNotFoundForProtocol
static ijException classNotFoundForProtocol(java.lang.String p)
classNotFound
static ijException classNotFound(java.lang.String c)
connectionGetWarningsFailed
static ijException connectionGetWarningsFailed()
disconnectFailed
static ijException disconnectFailed()
driverNotClassName
static ijException driverNotClassName(java.lang.String c)
fileNotFound
static ijException fileNotFound()
forwardOnlyCursor
public static ijException forwardOnlyCursor(java.lang.String operation)
resourceNotFound
static ijException resourceNotFound()
getConnectionFailed
static ijException getConnectionFailed()
iOException
static ijException iOException(java.io.IOException t)
needToDisconnect
static ijException needToDisconnect()
noSuchAsyncStatement
static ijException noSuchAsyncStatement(java.lang.String c)
noSuchConnection
static ijException noSuchConnection(java.lang.String c)
noSuchProtocol
static ijException noSuchProtocol(java.lang.String c)
notJDBC20
public static ijException notJDBC20(java.lang.String operation)
noUsingResults
static ijException noUsingResults()
objectWasNull
public static ijException objectWasNull(java.lang.String objectName)
resultSetGetWarningsFailed
static ijException resultSetGetWarningsFailed()
scrollCursorsNotSupported
static ijException scrollCursorsNotSupported()
holdCursorsNotSupported
public static ijException holdCursorsNotSupported()
statementGetWarningsFailed
static ijException statementGetWarningsFailed()
waitInterrupted
static ijException waitInterrupted(java.lang.Throwable t)
zeroInvalidForAbsolute
public static ijException zeroInvalidForAbsolute()
Apache Derby V10.0 Engine Documentation - Copyright © 1997,2004 The Apache Software Foundation or its licensors, as applicable.