dbXML API

org.dbxml.core.objects
Class DuplicateObjectException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.dbxml.server.dbXMLException
                    |
                    +--org.dbxml.core.DBException
                          |
                          +--org.dbxml.core.objects.XMLObjectException
                                |
                                +--org.dbxml.core.objects.DuplicateObjectException
All Implemented Interfaces:
java.io.Serializable

public final class DuplicateObjectException
extends XMLObjectException

A DuplicateObjectException is thrown if an XMLObject create attempt duplicates an existing XMLObject.

See Also:
Serialized Form

Fields inherited from class org.dbxml.core.DBException
faultCode
 
Constructor Summary
DuplicateObjectException()
           
DuplicateObjectException(java.lang.String message)
           
 
Methods inherited from class org.dbxml.server.dbXMLException
getWrappedThrowable, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DuplicateObjectException

public DuplicateObjectException()

DuplicateObjectException

public DuplicateObjectException(java.lang.String message)

dbXML API

Copyright (c) 1999-2001 The dbXML Group, All rights reserved