public class PackInvalidException
extends java.io.IOException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
PackInvalidException(java.io.File path)
Deprecated.
|
PackInvalidException(java.io.File path,
java.lang.Throwable cause)
Construct a pack invalid error with cause.
|
PackInvalidException(java.lang.String path)
Deprecated.
|
PackInvalidException(java.lang.String path,
java.lang.Throwable cause)
Construct a pack invalid error with cause.
|
private static final long serialVersionUID
@Deprecated public PackInvalidException(java.io.File path)
PackInvalidException(File, Throwable).path - path of the invalid pack file.public PackInvalidException(java.io.File path,
java.lang.Throwable cause)
path - path of the invalid pack file.cause - cause of the pack file becoming invalid.@Deprecated public PackInvalidException(java.lang.String path)
PackInvalidException(String, Throwable).path - path of the invalid pack file.public PackInvalidException(java.lang.String path,
java.lang.Throwable cause)
path - path of the invalid pack file.cause - cause of the pack file becoming invalid.