Class InternalCacheException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.saperion.ngc.viewer.temporary.InternalCacheException
All Implemented Interfaces:
Serializable

public class InternalCacheException extends Exception
Exception to indicate an TemporaryDocumentPreviewService internal cache problem.
Author:
sts
See Also:
  • Constructor Details

    • InternalCacheException

      public InternalCacheException(Throwable cause)
      Parameters:
      cause - the internal cache exception.
    • InternalCacheException

      public InternalCacheException(String message, Throwable cause)
      Parameters:
      message - the internal cache exception message
      cause - the internal cache exception.