org.tranche.exceptions
Class ServerIsOfflineException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.tranche.exceptions.ServerIsOfflineException
All Implemented Interfaces:
java.io.Serializable

public class ServerIsOfflineException
extends java.io.IOException

If server is offline when expected to be online. Generally, this will more likely happen when propogating a request.

Author:
Bryan Smith - bryanesmith@gmail.com
See Also:
Serialized Form

Field Summary
static java.lang.String MESSAGE_PREFIX
           
 
Constructor Summary
ServerIsOfflineException(java.lang.String host)
          If server is offline when expected to be online.
 
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
 

Field Detail

MESSAGE_PREFIX

public static java.lang.String MESSAGE_PREFIX
Constructor Detail

ServerIsOfflineException

public ServerIsOfflineException(java.lang.String host)

If server is offline when expected to be online. Generally, this will more likely happen when propogating a request.

Parameters:
host -


This code is free for use both commercially and non-commercially as stated in the project's license