public static <T extends Throwable> T initCause(T exception, Throwable cause)
T - the type of the parent exceptionexception - the exception to initializecause - the causeIllegalArgumentException - if an attempt is made to set
an exception as its own causeIllegalStateException - if the exception has already had
its cause initializedThrowable.initCause(Throwable)Copyright © 2007-2013. All Rights Reserved.