| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception org.jacorb.naming.NameServerException
NameServerException | public class NameServerException extends java.lang.Exception (Code) | | This exception is thrown when there is an error while dealing with the
naming server.
author: Brett Chaldecott |
NameServerException | public NameServerException()(Code) | | Creates a new instance of NameServerException without detail
message.
|
NameServerException | public NameServerException(String msg)(Code) | | Constructs an instance of NameServerException with the
specified detail message.
Parameters: msg - the detail message. |
NameServerException | public NameServerException(String msg, Throwable ex)(Code) | | Constructs an instance of NameServerException with the
specified detail message.
Parameters: msg - the detail message. Parameters: ex - The exception that caused this state. |
|
|
|