public class

PotentialDeadlockError

extends VirtualMachineError
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Error
       ↳ java.lang.VirtualMachineError
         ↳ dalvik.system.PotentialDeadlockError

This class is deprecated.
this is an internal Dalvik class that is not appropriate for general use. It will be removed from the public API in a future release.

Class Overview

Is thrown when the VM identifies a potential deadlock.

Summary

Public Constructors
PotentialDeadlockError()
Creates a new exception instance and initializes it with default values.
PotentialDeadlockError(String detailMessage)
Creates a new exception instance and initializes it with a given message.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public PotentialDeadlockError ()

Since: API Level 1

Creates a new exception instance and initializes it with default values.

public PotentialDeadlockError (String detailMessage)

Since: API Level 1

Creates a new exception instance and initializes it with a given message.

Parameters
detailMessage the error message