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.desktop.util;
07:
08: publicinterface WrapperException {
09: publicException getWrappedException();
10: }