KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > sun > corba > se > impl > orbutil > threadpool > TimeoutException


1 /*
2  * Copyright 2004 Sun Microsystems, Inc. All rights reserved.
3  * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
4  */

5
6 package com.sun.corba.se.impl.orbutil.threadpool;
7
8 public class TimeoutException extends Exception JavaDoc
9 {
10 }
11
12 // End of file.
13

14
Popular Tags