Google is committed to advancing racial equity for Black communities. See how.
Added in API level 1

UnknownError

open class UnknownError : VirtualMachineError
kotlin.Any
   ↳ kotlin.Throwable
   ↳ java.lang.Error
   ↳ java.lang.VirtualMachineError
   ↳ java.lang.UnknownError

Thrown when an unknown but serious exception has occurred in the Java Virtual Machine.

Summary

Public constructors

Constructs an UnknownError with no detail message.

Constructs an UnknownError with the specified detail message.

Public constructors

<init>

Added in API level 1
UnknownError()

Constructs an UnknownError with no detail message.

<init>

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

Constructs an UnknownError with the specified detail message.

Parameters
s String!: the detail message.