dbXML API

Uses of Class
com.dbxml.db.core.trigger.TriggerException

Packages that use TriggerException
com.dbxml.db.core.trigger Defines the dbXML Trigger interface and implements TriggerManager, several Trigger-related Exceptions and a Simple Trigger implementation. 
 

Uses of TriggerException in com.dbxml.db.core.trigger
 

Subclasses of TriggerException in com.dbxml.db.core.trigger
 class CancelOperationException
          A CancelOperationException is thrown by a Trigger implementation to cancel an operation.
 class CannotCreateException
          A CannotCreateException is thrown if a Trigger cannot be properly created in the server context for some reason.
 class DuplicateTriggerException
          A DuplicateTriggerException is thrown if an Trigger create attempt duplicates an existing Trigger.
 


dbXML API

Copyright (c) 2004 The dbXML Group