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:
Serializable
UnsupportedRangeFormatException
is an unchecked exception that is thrown
when an valid but unsupported Range header format is provided.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnsupportedRangeFormatException
(String message) UnsupportedRangeFormatException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnsupportedRangeFormatException
-
UnsupportedRangeFormatException
-