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 SummaryConstructorsConstructorDescriptionInternalCacheException(String message, Throwable cause) Creates aInternalCacheException.InternalCacheException(Throwable cause) Creates aInternalCacheException.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
InternalCacheExceptionCreates aInternalCacheException.- Parameters:
- cause- the internal cache exception.
 
- 
InternalCacheExceptionCreates aInternalCacheException.- Parameters:
- message- the internal cache exception message
- cause- the internal cache exception.
 
 
-