Class InternalCacheException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.saperion.ngc.viewer.temporary.InternalCacheException
- All Implemented Interfaces:
Serializable
Exception to indicate an
TemporaryDocumentPreviewService internal cache problem.- Author:
- sts
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInternalCacheException(String message, Throwable cause) Creates aInternalCacheException.InternalCacheException(Throwable cause) Creates aInternalCacheException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InternalCacheException
Creates aInternalCacheException.- Parameters:
cause- the internal cache exception.
-
InternalCacheException
Creates aInternalCacheException.- Parameters:
message- the internal cache exception messagecause- the internal cache exception.
-