Class NotEnabledException

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

public class NotEnabledException extends Exception
The NotEnabledException to indicate that the TemporaryDocumentPreviewService is not enabled.
Author:
sts
See Also:
  • Constructor Details

    • NotEnabledException

      public NotEnabledException()
      Creates a NotEnabledException with a default message.
    • NotEnabledException

      public NotEnabledException(String message)
      Creates a NotEnabledException with the given message.
      Parameters:
      message - the message of this exception.