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 aNotEnabledExceptionwith a default message.NotEnabledException(String message) Creates aNotEnabledExceptionwith 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 aNotEnabledExceptionwith a default message. -
NotEnabledException
Creates aNotEnabledExceptionwith the given message.- Parameters:
message- the message of this exception.
-