Class HttpCacheException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.realobjects.util.exceptions.RealObjectsException
com.realobjects.pdfreactor.Exceptions.PDFreactorException
com.realobjects.pdfreactor.useragent.exceptions.UserAgentException
com.realobjects.pdfreactor.useragent.exceptions.HttpCacheException
- All Implemented Interfaces:
Serializable
Thrown when there is an error with the HTTP cache.
- See Also:
-
Constructor Summary
ConstructorDescriptionHttpCacheException
(String message) HttpCacheException
(String message, IOException cause) -
Method Summary
Methods inherited from class com.realobjects.pdfreactor.useragent.exceptions.UserAgentException
getType
Methods inherited from class com.realobjects.pdfreactor.Exceptions.PDFreactorException
getMessage, getResult, setResult
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
HttpCacheException
-
HttpCacheException
-