net.java.sip.communicator.service.protocol
Class OperationNotSupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.
Distributable under LGPL license.