|
Business Components | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JboException | |
oracle.jbo | Contains interfaces for client-side applications. |
oracle.jbo.common | Contains the implementation of components shared by thin clients and the middle tier. |
oracle.jbo.common.ampool | |
oracle.jbo.domain | |
oracle.jbo.server | Contains the implementation of middle tier components. |
oracle.jbo.server.rules | Contains sample validation beans. |
oracle.jbo.server.util |
Uses of JboException in oracle.jbo |
Subclasses of JboException in oracle.jbo | |
interface |
AfterCommitException
Indicates failure during the after-commit phase of the transaction cycle. |
interface |
AfterPostException
Indicates failure during the after-post phase of the transaction cycle. |
interface |
AfterRollbackException
Indicates failure during the after-rollback phase of the transaction cycle. |
interface |
AlreadyConnectedException
Indicates that an Application Module is already connected to a database. |
interface |
AlreadyLockedException
Indicates that a lock request (implicit or explict) has failed because another connection is holding the lock resource. |
interface |
ApplicationModuleCreateException
Indicates that an Application Module could not be created. |
interface |
AttributeLoadException
Thrown when a value from a JDBC result set cannot be converted into a java type and loaded into an attribute. |
interface |
AttributeReadXMLException
Thrown when reading an xml document fails for a RowSet or a Row. |
interface |
AttrSetValException
Indicates n failed attempt to set an attribute value. |
interface |
AttrValException
Indicates a attribute validation error. |
interface |
CustomClassNotFoundException
Indicates a failure to find the named custom component/definition/row class. |
interface |
DeadEntityAccessException
Indicates that a requested object could not be found. |
interface |
DeadViewRowAccessException
Indicates that a requested object could not be found. |
interface |
DMLException
Indicates a failure to post data to a database. |
interface |
InvalidAttrKindException
Indicates that data access failed because an unknown attribute type was encountered. |
interface |
InvalidDefNameException
Indicates that an attempt has been made to associate a definition name with a type for which it is not valid. |
interface |
InvalidObjNameException
Indicates that an attempt has been made to associate an object with a type for which it is not valid. |
interface |
InvalidOperException
Indicates an operation failure. |
interface |
InvalidOwnerException
Indicates that an attempt has been made to associate an object with an entity not its owner. |
interface |
InvalidParamException
Indicates that an attempt has been made to pass an parameter of an invalid type to a method. |
interface |
JboSerializationException
Thrown when an attempt to create a row fails. |
interface |
KeyNotFoundException
This exception is thrown while initializing the definition of an entity object to indicate that the entity object has no primary key attribute. |
interface |
NameClashException
Indicates that an attempt has been made to use a name that is already defined. |
interface |
NoDefException
Indicates that an attempt has been made to use a nonextistant definition. |
interface |
NoObjException
Indicates that a named object does not exist. |
interface |
NotConnectedException
Indicates that the Application Module is not connected to a database. |
interface |
NoXMLFileException
Indicates that an XML file could not be found for a container. |
interface |
PersistenceException
Indicates an error while loading XML files at Runtime. |
interface |
PiggybackException
Indicates a failure while reading/writing piggyback. |
interface |
ReadOnlyAttrException
Indicates an attempt to modify a read-only attribute. |
interface |
ReadOnlyViewObjectException
Thrown when the application attempts to perform a data update operation on a read-only view object. |
interface |
ReadXMLException
Thrown when reading an xml document fails for a RowSet or a Row. |
interface |
RemoveWithDetailsException
Thrown when the application attempts to remove an Entity Object that is a composition association and has detail (children) Entity Objects. |
interface |
RowCreateException
Thrown when an attempt to create a row fails. |
interface |
RowInconsistentException
Thrown if inconsist data is detected when locking a row. |
interface |
RowNotFoundException
Thrown when the requested row is not found. |
interface |
RowReadXMLException
Thrown when reading an xml document fails for a RowSet or a Row. |
interface |
RowValException
Indicates that validation of a business object has failed. |
interface |
SQLDatumException
Indicates a failure to get/set data from SQL datum. |
interface |
SQLStmtException
Thrown when the evaluation of a SQL statement fails. |
interface |
TooManyObjectsException
Thrown when more objects than expected are found. |
interface |
ValidationException
Indicates a validation failure. |
interface |
VariantException
|
interface |
ViewLinkAlreadyExistsException
Thrown if a view link already exists between the source and destination view object. |
Uses of JboException in oracle.jbo.common |
Subclasses of JboException in oracle.jbo.common | |
interface |
JboAssert
Indicates that an ASSERT() statement has failed. |
interface |
JboExMsgCarrier
|
interface |
JboUnexpectedException
Indicates an unspecified fatal error. |
interface |
UnknownSQLTypeException
Indicates that an attempt has been made to use a unknown or unimplemented SQL data type. |
Methods in oracle.jbo.common that throw JboException | |
void |
Configuration.loadFromStream(java.io.InputStream in)
Build a Configuration class using the input stream on the config file. |
void |
Configuration.loadFromFile(java.lang.String configurationFileName)
|
void |
Configuration.loadFromClassPath(java.lang.String classPathConfigurationFileName)
Pass the name of the Configuration file. |
java.util.Hashtable |
Configuration.getConfiguration(java.lang.String nameOfTheConfiguration)
Get the list of properties for a given Configuration. |
java.lang.String[] |
Configuration.getConfigurationNameList()
Get the list of 'named' Configuration defined in this file. |
ApplicationModule |
Configuration.createApplicationModule(java.lang.String nameOfTheConfiguration)
This method, in addition to retrieving the Configuration parameters also performs a JNDI lookup and creates an AppModulue. |
protected oracle.xml.parser.v2.XMLDocument |
Configuration.getXMLDocument()
|
Uses of JboException in oracle.jbo.common.ampool |
Subclasses of JboException in oracle.jbo.common.ampool | |
interface |
ApplicationPoolException
|
Uses of JboException in oracle.jbo.domain |
Subclasses of JboException in oracle.jbo.domain | |
interface |
DataCreationException
Indicates that a Domain object could not be created. |
interface |
DomainValidationException
Indicates that a Domain object cannot be created because validation has failed. |
interface |
GenericDomainException
Thrown when creation of Domain objects fails. |
Uses of JboException in oracle.jbo.server |
Methods in oracle.jbo.server that throw JboException | |
void |
EntityImpl.validate()
Validate this Entity Object. |
void |
JboPrecisionScaleValidator.vetoableChange(PropertyChangeEvent evObj)
Validates an Entity Object by invoking validateValue(). |
static JbiValidator |
ValidationBeanLoader.load(java.lang.String domainName)
|
void |
JboMandatoryAttributesValidator.vetoableChange(PropertyChangeEvent evObj)
Validates the Entity Object's mandatory attributes. |
void |
ValidationManager.validate()
Implements validation logic for this object and invokes validate() for each validation listener. |
void |
ValidationListener.validate()
Validates this object. |
Uses of JboException in oracle.jbo.server.rules |
Methods in oracle.jbo.server.rules that throw JboException | |
boolean |
JboMethodValidator.validateValue(java.lang.Object value)
Validate an object by passing it to the validation method. |
void |
JboBaseValidator.vetoableChange(PropertyChangeEvent evObj)
Invokes validateValue() on a value contained in a constrained property. |
void |
JboGenericValidator.vetoableChange(PropertyChangeEvent evObj)
Invokes validateValue() on a value contained in a constrained property. |
Uses of JboException in oracle.jbo.server.util |
Methods in oracle.jbo.server.util that throw JboException | |
void |
VetoableChangeListener.vetoableChange(PropertyChangeEvent p0)
|
|
Business Components | |||||||||
PREV NEXT | FRAMES NO FRAMES |