com.sun.media.jsdt
Class InvalidURLException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.sun.media.jsdt.JSDTException
                    |
                    +--com.sun.media.jsdt.InvalidURLException

public class InvalidURLException
extends JSDTException

Thrown when an attempt was made to use a URL with the SessionFactory or Naming classes, which is not in the required format.

 JSDT URL's have the following format:

     jsdt://:///

 where:

  is the name of the machine serving this JSDT object.
  is the port number to use on that machine.
  is the implementation type (eg. "socket"),
  is either "Session" or "Client".
  is the name of the JSDT object.

 For example:
     jsdt://stard:3355/socket/Session/chatSession

     jsdt://stard:4386/socket/Client/fredClient
 

Since:
JSDT 1.0
Version:
1.5 - 7th January 1999
Author:
Rich Burridge
See Also:
Serialized Form

Fields inherited from class com.sun.media.jsdt.JSDTException
ALREADY_BOUND, CLIENT_NOT_GRABBING, CLIENT_NOT_RELEASED, CONNECTION_ERROR, INVALID_CLIENT, INVALID_URL, MANAGER_EXISTS, NAME_IN_USE, NO_REGISTRY, NO_SUCH_BYTEARRAY, NO_SUCH_CHANNEL, NO_SUCH_CLIENT, NO_SUCH_CONSUMER, NO_SUCH_HOST, NO_SUCH_LISTENER, NO_SUCH_MANAGER, NO_SUCH_SESSION, NO_SUCH_TOKEN, NOT_BOUND, PERMISSION_DENIED, PORT_IN_USE, REGISTRY_EXISTS, TIMED_OUT, UNKNOWN
 
Constructor Summary
InvalidURLException()
           
 
Methods inherited from class com.sun.media.jsdt.JSDTException
getType, toString, typeToString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidURLException

public InvalidURLException()