JICSCore
Class UnableToFindNameServerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by JICSCore.UnableToFindNameServerException
All Implemented Interfaces:
java.io.Serializable

public class UnableToFindNameServerException
extends java.lang.Exception

Thrown when unable to look up a reference to the name server

See Also:
Serialized Form

Constructor Summary
UnableToFindNameServerException(java.lang.String msg)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnableToFindNameServerException

public UnableToFindNameServerException(java.lang.String msg)