com.google.appengine.api.blobstore
Class UnsupportedRangeFormatException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.google.appengine.api.blobstore.RangeFormatException
-
- com.google.appengine.api.blobstore.UnsupportedRangeFormatException
-
- All Implemented Interfaces:
- java.io.Serializable
public class UnsupportedRangeFormatException extends RangeFormatException
UnsupportedRangeFormatException
is an unchecked exception that is thrown when an valid but unsupported Range header format is provided.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description UnsupportedRangeFormatException(java.lang.String message)
UnsupportedRangeFormatException(java.lang.String message, java.lang.Throwable cause)
-