Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.impl.protocol.sip.xcap
Class XCapException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.java.sip.communicator.impl.protocol.sip.xcap.XCapException
All Implemented Interfaces:
Serializable

public class XCapException
extends Exception

Exceptions of this class get thrown whenever an error occurs while operating with XCAP server.

Author:
Grigorii Balutsel
See Also:
Serialized Form

Constructor Summary
XCapException()
          Creates a new XCapException instance which does not give a human-readable explanation why the operation is not supported.
XCapException(String message)
          Creates a new XCapException instance whith human-readable explanation.
XCapException(String message, Throwable cause)
          Creates a new XCapException instance with human-readable explanation and the original cause of the problem.
XCapException(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

XCapException

public XCapException()
Creates a new XCapException instance which does not give a human-readable explanation why the operation is not supported.


XCapException

public XCapException(String message)
Creates a new XCapException instance whith human-readable explanation.

Parameters:
message - the detailed message explaining any particular details as to why is not the specified operation supported or null if no particular details exist.

XCapException

public XCapException(String message,
                     Throwable cause)
Creates a new XCapException instance with human-readable explanation and the original cause of the problem.

Parameters:
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.

XCapException

public XCapException(Throwable cause)
Creates a new XCapException instance with the original cause of the problem.

Parameters:
cause - the original cause of the problem.

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.