Added in API level 1

JarException

open class JarException : ZipException
kotlin.Any
   ↳ kotlin.Throwable
   ↳ java.lang.Exception
   ↳ java.io.IOException
   ↳ java.util.zip.ZipException
   ↳ java.util.jar.JarException

Signals that an error of some sort has occurred while reading from or writing to a JAR file.

Summary

Public constructors

Constructs a JarException with no detail message.

Constructs a JarException with the specified detail message.

Public constructors

JarException

Added in API level 1
JarException()

Constructs a JarException with no detail message.

JarException

Added in API level 1
JarException(s: String!)

Constructs a JarException with the specified detail message.

Parameters
s String!: the detail message