| 
 | 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 | AfterCommitExceptionIndicates failure during the after-commit phase of the transaction cycle. | 
|  interface | AfterPostExceptionIndicates failure during the after-post phase of the transaction cycle. | 
|  interface | AfterRollbackExceptionIndicates failure during the after-rollback phase of the transaction cycle. | 
|  interface | AlreadyConnectedExceptionIndicates that an Application Module is already connected to a database. | 
|  interface | AlreadyLockedExceptionIndicates that a lock request (implicit or explict) has failed because another connection is holding the lock resource. | 
|  interface | ApplicationModuleCreateExceptionIndicates that an Application Module could not be created. | 
|  interface | AttributeLoadExceptionThrown when a value from a JDBC result set cannot be converted into a java type and loaded into an attribute. | 
|  interface | AttributeReadXMLExceptionThrown when reading an xml document fails for a RowSet or a Row. | 
|  interface | AttrSetValExceptionIndicates n failed attempt to set an attribute value. | 
|  interface | AttrValExceptionIndicates a attribute validation error. | 
|  interface | CustomClassNotFoundExceptionIndicates a failure to find the named custom component/definition/row class. | 
|  interface | DeadEntityAccessExceptionIndicates that a requested object could not be found. | 
|  interface | DeadViewRowAccessExceptionIndicates that a requested object could not be found. | 
|  interface | DMLExceptionIndicates a failure to post data to a database. | 
|  interface | InvalidAttrKindExceptionIndicates that data access failed because an unknown attribute type was encountered. | 
|  interface | InvalidDefNameExceptionIndicates that an attempt has been made to associate a definition name with a type for which it is not valid. | 
|  interface | InvalidObjNameExceptionIndicates that an attempt has been made to associate an object with a type for which it is not valid. | 
|  interface | InvalidOperExceptionIndicates an operation failure. | 
|  interface | InvalidOwnerExceptionIndicates that an attempt has been made to associate an object with an entity not its owner. | 
|  interface | InvalidParamExceptionIndicates that an attempt has been made to pass an parameter of an invalid type to a method. | 
|  interface | JboSerializationExceptionThrown when an attempt to create a row fails. | 
|  interface | KeyNotFoundExceptionThis exception is thrown while initializing the definition of an entity object to indicate that the entity object has no primary key attribute. | 
|  interface | NameClashExceptionIndicates that an attempt has been made to use a name that is already defined. | 
|  interface | NoDefExceptionIndicates that an attempt has been made to use a nonextistant definition. | 
|  interface | NoObjExceptionIndicates that a named object does not exist. | 
|  interface | NotConnectedExceptionIndicates that the Application Module is not connected to a database. | 
|  interface | NoXMLFileExceptionIndicates that an XML file could not be found for a container. | 
|  interface | PersistenceExceptionIndicates an error while loading XML files at Runtime. | 
|  interface | PiggybackExceptionIndicates a failure while reading/writing piggyback. | 
|  interface | ReadOnlyAttrExceptionIndicates an attempt to modify a read-only attribute. | 
|  interface | ReadOnlyViewObjectExceptionThrown when the application attempts to perform a data update operation on a read-only view object. | 
|  interface | ReadXMLExceptionThrown when reading an xml document fails for a RowSet or a Row. | 
|  interface | RemoveWithDetailsExceptionThrown when the application attempts to remove an Entity Object that is a composition association and has detail (children) Entity Objects. | 
|  interface | RowCreateExceptionThrown when an attempt to create a row fails. | 
|  interface | RowInconsistentExceptionThrown if inconsist data is detected when locking a row. | 
|  interface | RowNotFoundExceptionThrown when the requested row is not found. | 
|  interface | RowReadXMLExceptionThrown when reading an xml document fails for a RowSet or a Row. | 
|  interface | RowValExceptionIndicates that validation of a business object has failed. | 
|  interface | SQLDatumExceptionIndicates a failure to get/set data from SQL datum. | 
|  interface | SQLStmtExceptionThrown when the evaluation of a SQL statement fails. | 
|  interface | TooManyObjectsExceptionThrown when more objects than expected are found. | 
|  interface | ValidationExceptionIndicates a validation failure. | 
|  interface | VariantException | 
|  interface | ViewLinkAlreadyExistsExceptionThrown 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 | JboAssertIndicates that an ASSERT()statement has failed. | 
|  interface | JboExMsgCarrier | 
|  interface | JboUnexpectedExceptionIndicates an unspecified fatal error. | 
|  interface | UnknownSQLTypeExceptionIndicates 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 | DataCreationExceptionIndicates that a Domain object could not be created. | 
|  interface | DomainValidationExceptionIndicates that a Domain object cannot be created because validation has failed. | 
|  interface | GenericDomainExceptionThrown 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 | |||||||||