jain.protocol.ss7.oam
Class IllegalOperationException

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

public class IllegalOperationException
extends JainSS7Exception

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.

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
clone, equals, finalize, 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.


06 January 2000
If you have any comments or queries, please mail them to Colm Hayden [JAIN SS7 OAM Edit Lead]

Copyright - 2000 Sun Microsystems