com.xensource.xenapi
Class Types.DbUniquenessConstraintViolation
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.xensource.xenapi.Types.XenAPIException
com.xensource.xenapi.Types.DbUniquenessConstraintViolation
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- Types
public static class Types.DbUniquenessConstraintViolation
- extends Types.XenAPIException
You attempted an operation which would have resulted in duplicate keys in the database.
- See Also:
- Serialized Form
Field Summary |
java.lang.String |
field
|
java.lang.String |
table
|
java.lang.String |
value
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
table
public final java.lang.String table
field
public final java.lang.String field
value
public final java.lang.String value
Types.DbUniquenessConstraintViolation
public Types.DbUniquenessConstraintViolation(java.lang.String table,
java.lang.String field,
java.lang.String value)
- Create a new DbUniquenessConstraintViolation
- Parameters:
table
- field
- value
-