Package | Description |
---|---|
de.esprit.appsuite.database.dbase |
Contains most of the database related classes.
|
de.esprit.appsuite.swversion |
Contains the software version detection manager
|
de.esprit.common.type |
Contains a set of useful enum constants
|
de.esprit.common.util |
Contains useful GUI utility classes for common usage.
|
de.esprit.netsuite.client.net |
Contains GUI gui components for network controlling and monitoring
|
de.esprit.netsuite.server.core |
Contains basic server core classes
|
de.esprit.netsuite.server.cpu |
Contains classes of the positioner tool (MVC-demo)
|
Modifier and Type | Class and Description |
---|---|
class |
ConnectionNotAvailableException
This Exception is thrown when a pool-connection is not available
immediately of after a specified amount of time.
|
class |
ConnectionNotEstablishedException
This Exception is thrown by a DBObject when any database action is
requested but a database connection has not yet been established.
|
class |
ConnNeverTakenException
This Exception is thrown when a thread tries to return a
connection he has never taken before.
|
class |
NotInTransactionException
This Exception is thrown when COMMIT or ROLLBACK was called by
a thread who is not running in a transaction
|
class |
ShuttingDownException
This Exception is thrown when a pool-connection is requested
by a client during shutdown.
|
Modifier and Type | Class and Description |
---|---|
class |
UnsupportedSoftwareVersionException
This class ...
|
Modifier and Type | Class and Description |
---|---|
class |
InvalidEnumException
This exception is thrown, when an enum constant cannot be associated with a given string or int value.
|
Modifier and Type | Class and Description |
---|---|
class |
AlreadyInitializedException
This class indicates that the accessed object cannot be initialized
a second time.
|
class |
NotInitializedException
This class indicates that the accessed object is not initialized yet
|
Modifier and Type | Class and Description |
---|---|
class |
ConnectorClosedException
This Exception is thrown to indicate that the client is not connected to the server
|
Modifier and Type | Class and Description |
---|---|
class |
ClientRuntimeException
This is the base class for all RuntimeExceptions thrown con client side
|
class |
ServerRuntimeException
This is the base class for all RuntimeExceptions thrown on server side
|
Modifier and Type | Class and Description |
---|---|
class |
ServerTooBusyException
This exception is thrown when the server is too busy and must refuse execution
|
Copyright © 2014 EsprIT-Systems. All Rights Reserved.