com.sun.multicast.util
Class UnsupportedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.sun.multicast.util.UnsupportedException
All Implemented Interfaces:
java.io.Serializable

public class UnsupportedException
extends java.lang.Exception

Signals that an operation is not supported.

See Also:
Serialized Form

Constructor Summary
UnsupportedException()
          Constructs an UnsupportedException message with no detail.
UnsupportedException(java.lang.String s)
          Constructs an UnsupportedException message with a detail string.
 
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

UnsupportedException

public UnsupportedException()
Constructs an UnsupportedException message with no detail.

UnsupportedException

public UnsupportedException(java.lang.String s)
Constructs an UnsupportedException message with a detail string.
Parameters:
s - the detail message


JavaTM Reliable MulticastTM Service version 1.1
Copyright (c) 2001, Sun Microsystems Laboratories, All rights reserved.