18192021222324252627
public String authenticate(String in0, String in1) throws services.auth.AuthenticationException { AuthenticationFault fault = new AuthenticationFault(); fault.setErrorCode(1); throw new services.auth.AuthenticationException("fault", fault); }
17181920212223242526
public String authenticate(String in0, String in1) throws jsr181.jaxb.auth.AuthenticationFault { AuthenticationFault fault = new AuthenticationFault(); fault.setErrorCode(1); throw new jsr181.jaxb.auth.AuthenticationFault("Fault!", fault); }