6566676869707172
this.types = checkNotNull(types); } CommitFailedException constraintViolation( int code, String path, String message) { return new CommitFailedException( CONSTRAINT, code, path + this + ": " + message); }