Class NotEnabledException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.saperion.ngc.viewer.temporary.NotEnabledException
-
- All Implemented Interfaces:
java.io.Serializable
public class NotEnabledException extends java.lang.Exception
TheNotEnabledException
to indicate that theTemporaryDocumentPreviewService
is not enabled.- Author:
- sts
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotEnabledException()
Creates aNotEnabledException
with a default message.NotEnabledException(java.lang.String message)
Creates aNotEnabledException
with the given message.
-
-
-
Constructor Detail
-
NotEnabledException
public NotEnabledException()
Creates aNotEnabledException
with a default message.
-
NotEnabledException
public NotEnabledException(java.lang.String message)
Creates aNotEnabledException
with the given message.- Parameters:
message
- the message of this exception.
-
-