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.IOException
Exception thrown when trying to read an encrypted entry or file without configuring a password.- Since:
- 1.10
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description PasswordRequiredException(java.lang.String name)
Create a new exception.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-