> +public class CyclicDependencyException extends RuntimeException
> +{
> +
<snip/>
> + /**
> + * @see RuntimeException
> + */
> + public CyclicDependencyException( String arg0, Throwable arg1 )
> + {
> + super( arg0, arg1 );
> + }
> +
Sorry guys! The above code will fail under 1.3 (the String/Throwable
constructor was only added in 1.4).
I can't see a case where a throwable cause so I suggest we just drop
this last constructor.
Cheers, Steve.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]