org.lastbamboo.common.http.client
Class NoContentRangeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.lastbamboo.common.http.client.NoContentRangeException
- All Implemented Interfaces:
- Serializable
public class NoContentRangeException
- extends RuntimeException
Exception for when there's no content range header and we need one.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NoContentRangeException
public NoContentRangeException(String msg)
- Creates a new exception.
- Parameters:
msg - The message.
Copyright © 2013 LittleShoot. All Rights Reserved.