/* * Copyright (c) 1997, 2002, Oracle and/or its affiliates. All rights reserved. * ORACLE 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 { }