org.lastbamboo.common.http.client
Class ServiceUnavailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ServiceUnavailableException
public ServiceUnavailableException(String msg)
- Creates a new exception.
- Parameters:
msg - The detail message.
Copyright © 2013 LittleShoot. All Rights Reserved.