public class WatermarkException extends RuntimeException
Represents base exception in GroupDocs.Watermark product.
Constructor and Description |
---|
WatermarkException()
Initializes a new instance of the
WatermarkException class. |
WatermarkException(String message)
Initializes a new instance of the
WatermarkException class. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public WatermarkException()
Initializes a new instance of the WatermarkException
class.
public WatermarkException(String message)
Initializes a new instance of the WatermarkException
class.
message
- The message that describes the error.