|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
net.java.sip.communicator.impl.protocol.sip.xcap.model.ParsingException
public class ParsingException
Exceptions of this class get thrown whenever an error occurs while operating with XCAP server.
| Constructor Summary | |
|---|---|
ParsingException()
Creates a new XCapException instance
which does not give a human-readable explanation why the operation is
not supported. |
|
ParsingException(String message)
Creates a new XCapException instance whith human-readable
explanation. |
|
ParsingException(String message,
Throwable cause)
Creates a new XCapException instance with human-readable
explanation and the original cause of the problem. |
|
ParsingException(Throwable cause)
Creates a new XCapException instance with the original cause
of the problem. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ParsingException()
XCapException instance
which does not give a human-readable explanation why the operation is
not supported.
public ParsingException(String message)
XCapException instance whith human-readable
explanation.
message - the detailed message explaining any particular details as
to why is not the specified operation supported or null if
no particular details exist.
public ParsingException(String message,
Throwable cause)
XCapException instance with human-readable
explanation and the original cause of the problem.
message - the detailed message explaining any particular details as
to why is not the specified operation supported or null if
no particular details exist.cause - the original cause of the problem.public ParsingException(Throwable cause)
XCapException instance with the original cause
of the problem.
cause - the original cause of the problem.
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||