jain.protocol.ss7.oam
Class IllegalOperationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jain.protocol.ss7.SS7Exception
                    |
                    +--jain.protocol.ss7.oam.IllegalOperationException

public class IllegalOperationException
extends SS7Exception

This Exception is thrown if a method has been invoked that is supported by the implementation, but cannot be performed given the current state of the system.
For example, attempting to stop the polling of a particular statistic when the statistic is not being polled.

Version:
1.1
Author:
Colm Hayden
See Also:
Serialized Form

Constructor Summary
IllegalOperationException()
          Constructs a new IllegalOperationException.
IllegalOperationException(java.lang.String msg)
          Constructs a new IllegalOperationException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IllegalOperationException

public IllegalOperationException()
Constructs a new IllegalOperationException.

IllegalOperationException

public IllegalOperationException(java.lang.String msg)
Constructs a new IllegalOperationException with the specified detail message.
Parameters:
msg - the message detail of this Exception.


11 August 2000
If you have any comments or queries, please mail them to JainOamApiFeedback@AePONA.Com

Copyright - 2000 Sun Microsystems