net.java.sip.communicator.impl.protocol.sip.xcap.model.xcaperror
Class ConstraintFailureType
java.lang.Object
net.java.sip.communicator.impl.protocol.sip.xcap.model.xcaperror.BaseXCapError
net.java.sip.communicator.impl.protocol.sip.xcap.model.xcaperror.ConstraintFailureType
- All Implemented Interfaces:
- XCapError
public class ConstraintFailureType
- extends BaseXCapError
The XCAP constraint-failure element. Indicates that the requested operation
would result in a document that failed a data constraint defined by the
application usage, but not enforced by the schema or a uniqueness constraint.
Compliant with rfc4825
- Author:
- Grigorii Balutsel
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConstraintFailureType
public ConstraintFailureType(String phrase)
- Creates the XCAP constraint-failure with phrase attribute.
- Parameters:
phrase - the phrase to set.
Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.