com.sun.multicast.util
Class UnimplementedOperationException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--com.sun.multicast.util.UnimplementedOperationException
- All Implemented Interfaces:
- java.io.Serializable
- public class UnimplementedOperationException
- extends java.lang.RuntimeException
Signals that an operation has not been implemented yet.
This is a RuntimeException because it represents a programming
error, not an exceptional condition.
- 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 |
UnimplementedOperationException
public UnimplementedOperationException()
- Creates a
UnimplementedOperationException
with no
detail message.
UnimplementedOperationException
public UnimplementedOperationException(java.lang.String s)
- Creates a
UnimplementedOperationException
with the specified
detail message.
- Parameters:
s
- the detail message
JavaTM Reliable MulticastTM Service version 1.1
Copyright (c) 2001, Sun Microsystems Laboratories, All rights reserved.