FileDocCategorySizeDatePackage
OADestroyed.javaAPI DocJava SE 5 API409Fri Aug 26 14:54:38 BST 2005com.sun.corba.se.spi.oa

OADestroyed.java

/*
 * @(#)OADestroyed.java	1.10 03/12/19
 *
 * Copyright 2004 Sun Microsystems, Inc. All rights reserved.
 * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
 */
package com.sun.corba.se.spi.oa;

/** This exception is thrown when an operation on an ObjectAdapter
 * fails because the ObjectAdapter was destroyed during the operation.
 */
public class OADestroyed extends java.lang.Exception {
}