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.spi.orbutil.threadpool; 7 8 public class NoSuchThreadPoolException extends Exception 9 { 10 } 11 12 // End of file. 13 14