- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- com.ibm.dtfj.utils.file.UnzipFailedException
-
- All Implemented Interfaces:
Serializable
public class UnzipFailedException extends IOException
Thrown when an error occurs while unzipping an archive- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnzipFailedException(String string)
-
Method Summary
-
Methods declared in class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnzipFailedException
public UnzipFailedException(String string)
-
-