Class EncryptionUnsupportedByProductException

All Implemented Interfaces:
Serializable

public class EncryptionUnsupportedByProductException extends UnsupportedEncryptionException
Identifies that the specified encryption mechanism is not supported by this product, that is, PDFRenderer, as opposed to a limitation in the platform.

Author Luke Kirby

See Also:
  • Constructor Details

    • EncryptionUnsupportedByProductException

      public EncryptionUnsupportedByProductException(String message)

      Constructor for EncryptionUnsupportedByProductException.

      Parameters:
      message - a String object.