com.camelspotting.jotl.exceptions
Class UnreachableHostException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.camelspotting.jotl.exceptions.JOTLException
              extended by com.camelspotting.jotl.exceptions.UnreachableHostException
All Implemented Interfaces:
Serializable

public class UnreachableHostException
extends JOTLException

Author:
Mats Andreassen
See Also:
Serialized Form

Constructor Summary
UnreachableHostException(Server server, Throwable cause)
           
 
Method Summary
 Server getServer()
           
 
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

UnreachableHostException

public UnreachableHostException(Server server,
                                Throwable cause)
Method Detail

getServer

public Server getServer()


Copyright © 2013. All Rights Reserved.