Microsoft SDK for Java

MulticastNotSupportedException Class

The MulticastNotSupportedException Class of the com.ms.lang package is thrown by Delegate.combine to indicate that a delegate type does not support multicasting. To support multicasting, a delegate type must implement the Multicast interface.

public class MulticastNotSupportedException extends java.lang.RuntimeException
{
  // Constructors
  public MulticastNotSupportedException();
  public MulticastNotSupportedException(String strInfo);
}

© 1999 Microsoft Corporation. All rights reserved. Terms of use.