Package org.apache.commons.compress
Class PasswordRequiredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.commons.compress.PasswordRequiredException
- All Implemented Interfaces:
Serializable
Exception thrown when trying to read an encrypted entry or file without configuring a password.
- Since:
- 1.10
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PasswordRequiredException
Constructs a new exception.- Parameters:
name
- name of the archive containing encrypted streams or the encrypted file.
-