com.groupdocs.parser.exceptions

Class InvalidPasswordException

  • All Implemented Interfaces:
    Serializable


    public class InvalidPasswordException
    extends GroupDocsParserException
    Thrown if a document is encrypted with a password and the password specified when opening the document is incorrect or missing.
    See Also:
    Serialized Form
    • Constructor Detail

      • InvalidPasswordException

        public InvalidPasswordException()
        Initializes a new instance of the InvalidPasswordException class.
      • InvalidPasswordException

        public InvalidPasswordException(String message)
        Initializes a new instance of the InvalidPasswordException class.
        Parameters:
        message - The message that describes the error.