org.lastbamboo.common.http.client
Class NoContentRangeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
NoContentRangeException(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

NoContentRangeException

public NoContentRangeException(String msg)
Creates a new exception.

Parameters:
msg - The message.


Copyright © 2013 LittleShoot. All Rights Reserved.