// marshaller understands.
String errorCode = parseErrorCode(node);
if (errorCode == null || !errorCode.equals("InvalidSubscriptionStateFault"))
return null;
InvalidSubscriptionStateException e = (InvalidSubscriptionStateException)super.unmarshall(node);
return e;
}