01: /* Copyright 2004 The JA-SIG Collaborative. All rights reserved.
02: * See license distributed with this file and
03: * available online at http://www.uportal.org/license.html
04: */
05:
06: package org.jasig.portal.lang;
07:
08: /**
09: * The <code>ChainedThrowable</code> interface is a tagging interface
10: * for the chaining facilities.
11: *
12: * @author <a href="mailto:jnielsen@sct.com">Jan Nielsen</a>
13: *
14: * @version "$Revision: 34761 $"
15: **/
16: public interface ChainedThrowable {
17: }
|