Searched refs:IllegalThreadStateException (Results 1 - 25 of 38) sorted by relevance

12

/openjdk7/jdk/src/share/classes/java/lang/
H A DIllegalThreadStateException.java39 public class IllegalThreadStateException extends IllegalArgumentException { class in inherits:IllegalArgumentException
43 * Constructs an <code>IllegalThreadStateException</code> with no
46 public IllegalThreadStateException() { method in class:IllegalThreadStateException
51 * Constructs an <code>IllegalThreadStateException</code> with the
56 public IllegalThreadStateException(String s) { method in class:IllegalThreadStateException
H A DThreadGroup.java762 * @exception IllegalThreadStateException if the thread group is not
775 throw new IllegalThreadStateException();
802 * @exception IllegalThreadStateException If the Thread group has been destroyed.
807 throw new IllegalThreadStateException();
864 throw new IllegalThreadStateException();
880 * @throws IllegalThreadStateException
886 throw new IllegalThreadStateException();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/
H A DThreadProxy.java55 IllegalThreadStateException if it is not. */
56 public ThreadContext getContext() throws IllegalThreadStateException;
65 ProcessControl); throws an IllegalThreadStateException if it is
69 throws IllegalThreadStateException, DebuggerException;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/
H A DLinuxThread.java64 public ThreadContext getContext() throws IllegalThreadStateException {
78 throws IllegalThreadStateException, DebuggerException {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/
H A DCDebugger.java59 throws DebuggerException, IllegalThreadStateException;
/openjdk7/jdk/test/java/lang/ThreadGroup/
H A DDaemon.java45 } catch (IllegalThreadStateException itse) {
/openjdk7/jdk/test/javax/management/ImplementationVersion/
H A DImplVersionReader.java56 } catch (IllegalThreadStateException e) {
/openjdk7/jdk/test/javax/management/remote/mandatory/version/
H A DImplVersionReader.java56 } catch (IllegalThreadStateException e) {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/
H A DBsdThread.java66 public ThreadContext getContext() throws IllegalThreadStateException {
80 throws IllegalThreadStateException, DebuggerException {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/amd64/
H A DProcAMD64Thread.java50 public ThreadContext getContext() throws IllegalThreadStateException {
67 throws IllegalThreadStateException, DebuggerException {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/sparc/
H A DProcSPARCThread.java50 public ThreadContext getContext() throws IllegalThreadStateException {
67 throws IllegalThreadStateException, DebuggerException {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/x86/
H A DProcX86Thread.java50 public ThreadContext getContext() throws IllegalThreadStateException {
72 throws IllegalThreadStateException, DebuggerException {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/amd64/
H A DWindbgAMD64Thread.java50 public ThreadContext getContext() throws IllegalThreadStateException {
64 throws IllegalThreadStateException, DebuggerException {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/ia64/
H A DWindbgIA64Thread.java60 public ThreadContext getContext() throws IllegalThreadStateException {
74 throws IllegalThreadStateException, DebuggerException {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/x86/
H A DWindbgX86Thread.java50 public ThreadContext getContext() throws IllegalThreadStateException {
64 throws IllegalThreadStateException, DebuggerException {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/amd64/
H A DRemoteAMD64Thread.java41 public ThreadContext getContext() throws IllegalThreadStateException {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/sparc/
H A DRemoteSPARCThread.java41 public ThreadContext getContext() throws IllegalThreadStateException {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/x86/
H A DRemoteX86Thread.java41 public ThreadContext getContext() throws IllegalThreadStateException {
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DJDWPException.java63 return new IllegalThreadStateException();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/
H A DRemoteThread.java51 throws IllegalThreadStateException, DebuggerException {
/openjdk7/jdk/test/com/sun/jdi/
H A DAfterThreadDeathTest.java90 } catch (IllegalThreadStateException ee) {
91 println("Ok; got expected IllegalThreadStateException");
95 + " IllegalThreadStateException"
100 failure("FAILED: Did not get expected IllegalThreadStateException"
/openjdk7/jdk/test/java/awt/regtesthelpers/process/
H A DProcessCommunicator.java114 // is not finished, an IllegalThreadStateException
120 catch (IllegalThreadStateException e) {
/openjdk7/jdk/src/share/classes/sun/awt/
H A DAppContext.java388 * @exception IllegalThreadStateException if the current thread is
392 public void dispose() throws IllegalThreadStateException {
395 throw new IllegalThreadStateException(
529 } catch (IllegalThreadStateException e) {
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/orbutil/threadpool/
H A DThreadPoolManagerImpl.java136 } catch (IllegalThreadStateException exc) {
/openjdk7/jdk/src/share/demo/applets/SortDemo/
H A DSortItem.java271 } catch (IllegalThreadStateException e) {

Completed in 126 milliseconds

12