All Packages Class Hierarchy This Package Previous Next Index
Class java.naming.InvalidNameException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.naming.NamingException
|
+----java.naming.InvalidNameException
- public class InvalidNameException
- extends NamingException
InvalidNameException indicates that the name being specified does
not conform to the naming syntax of a naming system.
-
InvalidNameException()
- Constructs an instance of InvalidNameException.
-
InvalidNameException(String)
- Constructs an instance of InvalidNameException using an
explanation of the problem.
-
InvalidNameException(String, String)
- Constructs an instance of InvalidNameException using the name
in question and an explanation of the problem.
InvalidNameException
public InvalidNameException(String name,
String explanation)
- Constructs an instance of InvalidNameException using the name
in question and an explanation of the problem.
- Parameters:
- name - The name that that violated the syntax.
- explanation - Further details about the problem.
InvalidNameException
public InvalidNameException(String explanation)
- Constructs an instance of InvalidNameException using an
explanation of the problem.
- Parameters:
- explanation - A message explaining the problem.
InvalidNameException
public InvalidNameException()
- Constructs an instance of InvalidNameException.
All Packages Class Hierarchy This Package Previous Next Index