Class NotEnabledException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.saperion.ngc.viewer.temporary.NotEnabledException
- All Implemented Interfaces:
Serializable
The
NotEnabledException
to indicate that the TemporaryDocumentPreviewService
is
not enabled.- Author:
- sts
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates aNotEnabledException
with a default message.NotEnabledException
(String message) Creates aNotEnabledException
with the given message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotEnabledException
public NotEnabledException()Creates aNotEnabledException
with a default message. -
NotEnabledException
Creates aNotEnabledException
with the given message.- Parameters:
message
- the message of this exception.
-