jain.protocol.ss7.oam
Class MethodNotSupportedException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--jain.protocol.ss7.JainSS7Exception
|
+--jain.protocol.ss7.oam.MethodNotSupportedException
- public class MethodNotSupportedException
- extends JainSS7Exception
This Exception is thrown by a JAIN OAM Managed Object
if a method has been invoked that is not supported by an implementation of the
managed object. The JAIN OAM API defines a number of operations that not all
underlying Stack management systems may be able to support. In order to allow
for operations that some (but not all) stack management systems can support, these
methods specify that they could throw a MethodNotSupportedException
.
The implementations that do support these operations will carry out the requested
operation accordingly, the implementations that do not support the operation will
throw this Exception.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
getMessage,
printStackTrace,
printStackTrace,
printStackTrace,
toString |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
MethodNotSupportedException
public MethodNotSupportedException()
- Constructs a new
MethodNotSupportedException
.
MethodNotSupportedException
public MethodNotSupportedException(java.lang.String msg)
- Constructs a new
MethodNotSupportedException
with the specified
detail message.
- Parameters:
msg
- the message detail of this Exception.
8 November 99
If you have any comments or queries, please mail them to JainOAM@East.Sun.ComCopyright - 1999 Sun Microsystems