All Packages Class Hierarchy This Package Previous Next Index
Class javax.infobus.UnsupportedOperationException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.lang.RuntimeException
|
+----javax.infobus.UnsupportedOperationException
- public class UnsupportedOperationException
- extends RuntimeException
The UnsupportedOperationException may be thrown because the InfoBus
participant or data item does not support a method called. To be
replaced with java.lang.UnsupportedOperationException after JDK1.2
-
UnsupportedOperationException(String)
- Creates an UnsupportedOperationException
UnsupportedOperationException
public UnsupportedOperationException(String s)
- Creates an UnsupportedOperationException
- Parameters:
- s - a descriptive message with exception details
All Packages Class Hierarchy This Package Previous Next Index