Android
dalvik.system
public class

dalvik.system.PotentialDeadlockError

java.lang.Object
java.lang.Throwable Serializable
java.lang.Error
java.lang.VirtualMachineError
dalvik.system.PotentialDeadlockError

This is thrown when the VM identifies a potential deadlock.

Summary

Public Constructors

            PotentialDeadlockError()
Initialize exception with default values.
            PotentialDeadlockError(String detailMessage)
Initialize exception with the supplied message string.
Methods inherited from class java.lang.Throwable
Methods inherited from class java.lang.Object

Details

Public Constructors

public PotentialDeadlockError()

Initialize exception with default values.

public PotentialDeadlockError(String detailMessage)

Initialize exception with the supplied message string.
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:56