net.java.sip.communicator.impl.protocol.sip.xcap.model.xcaperror
Class NotUtf8Type
java.lang.Object
net.java.sip.communicator.impl.protocol.sip.xcap.model.xcaperror.BaseXCapError
net.java.sip.communicator.impl.protocol.sip.xcap.model.xcaperror.NotUtf8Type
- All Implemented Interfaces:
- XCapError
public class NotUtf8Type
- extends BaseXCapError
The XCAP not-utf-8 element. Indicates that the request could not be completed
because it would have produced a document not encoded in UTF-8.
Compliant with rfc4825
- Author:
- Grigorii Balutsel
|
Constructor Summary |
NotUtf8Type(String phrase)
Creates the XCAP not-utf-8 error with phrase attribute. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NotUtf8Type
public NotUtf8Type(String phrase)
- Creates the XCAP not-utf-8 error with phrase attribute.
- Parameters:
phrase - the phrase to set.
Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.