InvalidJarIndexExceptionpublic class InvalidJarIndexException extends RuntimeException InvalidJarIndexException is thrown when entries in META-INF/INDEX.LIST are
inaccurate. |
Fields Summary |
---|
private static final long | serialVersionUID |
Constructors Summary |
---|
public InvalidJarIndexException()Constructs a new instance of this class.
super();
| public InvalidJarIndexException(String message)Constructs a new instance of this class with its message filled in.
super(message);
|
|