org.globus.cog.abstraction.impl.file
Class IllegalHostException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.globus.cog.abstraction.impl.file.IllegalHostException
All Implemented Interfaces:
Serializable

public class IllegalHostException
extends Exception

IllegalHostException is thrown

See Also:
Serialized Form

Constructor Summary
IllegalHostException(String message)
          Assign message for the exception
IllegalHostException(String message, Throwable parent)
          Assign message and throwable for the exception
 
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

IllegalHostException

public IllegalHostException(String message)
Assign message for the exception


IllegalHostException

public IllegalHostException(String message,
                            Throwable parent)
Assign message and throwable for the exception