exception DuplicateCommandIdentifierException in module com::sun::star::ucb:: |
exception DuplicateCommandIdentifierException : com::sun::star::uno::Exception ;
is thrown by XCommandProcessor::execute to indicate that the same command identifier was used for two threads.
Each thread must use it's own command identifier, which must be obtained
using XcommandProcessor::createCommandIdentifier . Command
identifier 0
, which indicates that the command shall never
be aborted by a client, can be used by any thread.
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.