File
Doc
Category
Size
Date
Package
InvalidPathException.java
API Doc
Example
292
Thu Nov 08 00:22:56 GMT 2001
com.ora.rmibook.chapter15.exceptions
InvalidPathException
java.lang.Object
NamingException
public class InvalidPathException extends NamingException
Fields Summary
Constructors Summary
public InvalidPathException
(
String
description)
super (description);
public InvalidPathException
()
super ("Path doesn't exist");
Methods Summary
Java Code Source