Class InvalidHeaderException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.jboss.shrinkwrap.impl.base.io.tar.InvalidHeaderException
-
- All Implemented Interfaces:
java.io.Serializable
public class InvalidHeaderException extends java.io.IOException
This exception is used to indicate that there is a problem with a TAR archive header.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description InvalidHeaderException()
InvalidHeaderException(java.lang.String msg)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-