org.jboss.ws.WSException: Property '' not found in fault bean
public class BackendException extends Exception { private static final long serialVersionUID = -1305436318790042323L; private String message; public BackendException(final String message) { this.message = message; } @Override public String getMessage() { return message; }}