public class

IncompatibleThreadStateException

extends Exception
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.sun.jdi.IncompatibleThreadStateException

Class Overview

Thrown to indicate that the requested operation cannot be completed while the specified thread is in its current state.

Summary

Public Constructors
IncompatibleThreadStateException()
IncompatibleThreadStateException(String s)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public IncompatibleThreadStateException ()

public IncompatibleThreadStateException (String s)