Class PasswordRequiredException

  • All Implemented Interfaces:
    Serializable

    public class PasswordRequiredException
    extends IOException
    Exception thrown when trying to read an encrypted entry or file without configuring a password.
    Since:
    1.10
    See Also:
    Serialized Form
    • Constructor Detail

      • PasswordRequiredException

        public PasswordRequiredException​(String name)
        Create a new exception.
        Parameters:
        name - name of the archive containing encrypted streams or the encrypted file.