com.sun.multicast.reliable.transport
Class InvalidTransportProfileException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.sun.multicast.reliable.RMException
                    |
                    +--com.sun.multicast.reliable.transport.InvalidTransportProfileException
All Implemented Interfaces:
java.io.Serializable

public class InvalidTransportProfileException
extends RMException

The InvalidTransportProfileException is thrown when the createRMPacketSocket or createRMStreamSocket method with an invalid TransportProfile is called.

See Also:
Serialized Form

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

InvalidTransportProfileException

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

InvalidTransportProfileException

public InvalidTransportProfileException(java.lang.String s)
Constructs an InvalidTransportProfileException 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.