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:
 java.io.Serializable
public class PasswordRequiredException extends java.io.IOExceptionException thrown when trying to read an encrypted entry or file without configuring a password.- Since:
 - 1.10
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description PasswordRequiredException(java.lang.String name)Create a new exception. 
 -