How can I get the nested Exception out of a RemoteException in order to see if it is an instanceof a particular Exception class? I've tried getCause() without much luck. I've tried:
if (errorMessage.getException().getCause() instanceof
InvalidCredentialsException) {
Thanks.
To change your JDJList options, please visit: http://www.sys-con.com/java/list.cfm
