org.lastbamboo.common.http.client
Class ServiceUnavailableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.lastbamboo.common.http.client.ServiceUnavailableException
All Implemented Interfaces:
Serializable

public class ServiceUnavailableException
extends Exception

Exception for 503 service unavailable errors.

See Also:
Serialized Form

Constructor Summary
ServiceUnavailableException(String msg)
          Creates a new exception.
 
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

ServiceUnavailableException

public ServiceUnavailableException(String msg)
Creates a new exception.

Parameters:
msg - The detail message.


Copyright © 2013 LittleShoot. All Rights Reserved.