Package 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:
Serializable
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.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final String
private static final String
private static final String
private static final String
private static final String
private static final String
private static final String
private static final String
private static final String
private static final String
private static final String
private static final String
private static final String
private static final String
private static final String
private static final String
private static final String
private static final String
private static final String
private static final String
private static final String
private static final String
private static final String
private static final String
private static final String
private static final String
private static final String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static ijException
(package private) static ijException
(package private) static ijException
(package private) static ijException
(package private) static ijException
(package private) static ijException
(package private) static ijException
(package private) static ijException
static ijException
forwardOnlyCursor
(String operation) (package private) static ijException
(package private) static ijException
(package private) static ijException
(package private) static ijException
(package private) static ijException
(package private) static ijException
(package private) static ijException
(package private) static ijException
static ijException
(package private) static ijException
(package private) static ijException
static ijException
objectWasNull
(String objectName) (package private) static ijException
(package private) static ijException
(package private) static ijException
(package private) static ijException
(package private) static ijException
static ijException
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
IllegalStatementName
- See Also:
-
NotYetImplemented
- See Also:
-
AlreadyHaveConnectionNamed
- See Also:
-
BangException
- See Also:
-
ConnectionGetWarningsFailed
- See Also:
-
ClassNotFoundForProtocol
- See Also:
-
ClassNotFound
- See Also:
-
DisconnectFailed
- See Also:
-
DriverNotClassName
- See Also:
-
FileNotFound
- See Also:
-
ForwardOnlyCursor
- See Also:
-
GetConnectionFailed
- See Also:
-
IOException
- See Also:
-
NeedToDisconnect
- See Also:
-
NoSuchAsyncStatement
- See Also:
-
NoSuchConnection
- See Also:
-
NoSuchProtocol
- See Also:
-
NoSuchTable
- See Also:
-
NoUsingResults
- See Also:
-
ObjectWasNull
- See Also:
-
ResultSetGetWarningsFailed
- See Also:
-
ResourceNotFound
- See Also:
-
ScrollCursorsNotSupported
- See Also:
-
StatementGetWarningsFailed
- See Also:
-
WaitInterrupted
- See Also:
-
ZeroInvalidForAbsolute
- See Also:
-
NotAvailableForDriver
- See Also:
-
-
Constructor Details
-
ijException
-
-
Method Details
-
notYetImplemented
-
illegalStatementName
-
alreadyHaveConnectionNamed
-
bangException
-
classNotFoundForProtocol
-
classNotFound
-
connectionGetWarningsFailed
-
disconnectFailed
-
driverNotClassName
-
fileNotFound
-
forwardOnlyCursor
-
resourceNotFound
-
getConnectionFailed
-
iOException
-
needToDisconnect
-
noSuchAsyncStatement
-
noSuchConnection
-
noSuchProtocol
-
noSuchTable
-
noUsingResults
-
objectWasNull
-
resultSetGetWarningsFailed
-
scrollCursorsNotSupported
-
statementGetWarningsFailed
-
waitInterrupted
-
zeroInvalidForAbsolute
-
notAvailableForDriver
-