Class InternalCacheException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.saperion.ngc.viewer.temporary.InternalCacheException
-
- All Implemented Interfaces:
java.io.Serializable
public class InternalCacheException extends java.lang.Exception
Exception to indicate anTemporaryDocumentPreviewService
internal cache problem.- Author:
- sts
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InternalCacheException(java.lang.String message, java.lang.Throwable cause)
Creates aInternalCacheException
.InternalCacheException(java.lang.Throwable cause)
Creates aInternalCacheException
.
-
-
-
Constructor Detail
-
InternalCacheException
public InternalCacheException(java.lang.Throwable cause)
Creates aInternalCacheException
.- Parameters:
cause
- the internal cache exception.
-
InternalCacheException
public InternalCacheException(java.lang.String message, java.lang.Throwable cause)
Creates aInternalCacheException
.- Parameters:
message
- the internal cache exception messagecause
- the internal cache exception.
-
-