01: /*
02: * Copyright 2001 Sun Microsystems, Inc. All rights reserved.
03: * PROPRIETARY/CONFIDENTIAL. Use of this product is subject to license terms.
04: */
05:
06: package com.sun.portal.search.rdmgr;
07:
08: /** used to unwind after logging some other exception */
09: public class RDMgrException extends Exception {
10:
11: }
|