Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.service.protocol
Class OperationNotSupportedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.java.sip.communicator.service.protocol.OperationNotSupportedException
All Implemented Interfaces:
Serializable

public class OperationNotSupportedException
extends Exception

The OperationNotSupportedException is used by telephony providers as an indication that a requested operation is not supported or implemented.

Author:
Emil Ivov, Lubomir Marinov
See Also:
Serialized Form

Constructor Summary
OperationNotSupportedException()
          Initializes a new OperationNotSupportedException instance which does not give a human-readable explanation why the operation is not supported.
OperationNotSupportedException(String message)
          Creates an OperationNotSupportedException instance with the specified reason phrase.
 
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

OperationNotSupportedException

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


OperationNotSupportedException

public OperationNotSupportedException(String message)
Creates an OperationNotSupportedException instance with the specified reason phrase.

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

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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