Serializable
public class UnpackException extends IOException
Constructor | Description |
---|---|
UnpackException(Throwable why) |
Creates an exception with a root cause.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnpackException(Throwable why)
why
- the root cause of the unpacking failure.Copyright © 2018. All rights reserved.