javax.infobus
Class UnsupportedOperationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--javax.infobus.UnsupportedOperationException

public class UnsupportedOperationException
extends java.lang.RuntimeException

The UnsupportedOperationException may be thrown because the InfoBus participant or data item does not support a method called.

Note: Starting with InfoBus 2.0, this will be replaced with JDK 1.2 java.lang.UnsupportedOperationException.

See Also:
Serialized Form

Constructor Summary
UnsupportedOperationException(java.lang.String s)
          Creates an UnsupportedOperationException
 
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

UnsupportedOperationException

public UnsupportedOperationException(java.lang.String s)
Creates an UnsupportedOperationException
Parameters:
s - a descriptive message with exception details