dalvik.system
public
class
dalvik.system.PotentialDeadlockError
This is thrown when the VM identifies a potential deadlock.
Summary
Public Constructors
fillInStackTrace,
getCause,
getLocalizedMessage,
getMessage,
getStackTrace,
initCause,
printStackTrace,
printStackTrace,
printStackTrace,
setStackTrace,
toString
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Public Constructors
public
PotentialDeadlockError()
Initialize exception with default values.
public
PotentialDeadlockError(String detailMessage)
Initialize exception with the supplied message string.