net.java.sip.communicator.impl.protocol.sip.xcap.model.xcaperror
Class CannotInsertType
java.lang.Object
net.java.sip.communicator.impl.protocol.sip.xcap.model.xcaperror.BaseXCapError
net.java.sip.communicator.impl.protocol.sip.xcap.model.xcaperror.CannotInsertType
- All Implemented Interfaces:
- XCapError
public class CannotInsertType
- extends BaseXCapError
The XCAP cannot-insert element. Indicates that the requested PUT operation
could not be performed because a GET of that resource after the PUT would not
yield the content of the PUT request.
Compliant with rfc4825
- Author:
- Grigorii Balutsel
|
Constructor Summary |
CannotInsertType(String phrase)
Creates the XCAP cannot-insert error with phrase attribute. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CannotInsertType
public CannotInsertType(String phrase)
- Creates the XCAP cannot-insert error with phrase attribute.
- Parameters:
phrase - the phrase to set.
Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.