/* * @(#)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 { }