Business Components

Uses of Interface
oracle.jbo.common.JboMessage

Packages that use JboMessage
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 The oracle.jbo.domain.* classes, also known as the "JBO Oracle Domains", provide lightweight wrappers for the Java representation of the Oracle data types (that is, the oracle.sql.* classes). 
 

Uses of JboMessage in oracle.jbo
 

Classes in oracle.jbo that implement JboMessage
 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 InvalidObjAccessException
          Indicates that an attempt has been made to associate an object 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 JboException
          Top level exception for the JBO package.
 interface JboSerializationException
          Thrown when an attempt to create a row fails.
 class JboWarning
          The facility for reporting non-fatal errors for the JBO package.
 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 JboMessage in oracle.jbo.common
 

Classes in oracle.jbo.common that implement JboMessage
 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 return JboMessage
 JboMessage PiggybackExceptionEntry.getMsgObject()
           
 

Constructors in oracle.jbo.common with parameters of type JboMessage
JboExceptionHelper.JboExceptionHelper(JboMessage ex, java.lang.String msg, java.lang.String errorCode, java.lang.Object[] params)
          Creates a translatable exception.
JboExHelperLocalized.JboExHelperLocalized(JboMessage ex, java.lang.Class resBundleClass, java.lang.String errorCode, java.lang.Object[] params)
          Creates a translatable exception.
 

Uses of JboMessage in oracle.jbo.common.ampool
 

Classes in oracle.jbo.common.ampool that implement JboMessage
 interface ApplicationPoolException
           
 

Uses of JboMessage in oracle.jbo.domain
 

Classes in oracle.jbo.domain that implement JboMessage
 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.
 


Business Components